From 2b118b04556a716a2d1c87a5f394b87414ccf12c Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Sat, 5 May 2018 21:04:51 +0200 Subject: [PATCH] add a comment (cherry-picked from commit 8b745095aba977d51218cd95b80168f40fb0b870) --- src/whiteboard/side_actions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/whiteboard/side_actions.cpp b/src/whiteboard/side_actions.cpp index 5bd5cafc85ee..0f2195f0cd92 100644 --- a/src/whiteboard/side_actions.cpp +++ b/src/whiteboard/side_actions.cpp @@ -356,6 +356,7 @@ bool side_actions::execute(side_actions::iterator position) } if(resources::whiteboard->should_clear_undo()) { + //FIXME: clearing the undo stack in a unsynced context can casue oos/assertion failures. resources::undo_stack->clear(); }