add a comment

(cherry-picked from commit 8b745095ab)
This commit is contained in:
gfgtdf 2018-05-05 21:04:51 +02:00 committed by Charles Dang
parent c6ab8eb59a
commit 2b118b0455

View file

@ -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();
}