add a comment

This commit is contained in:
gfgtdf 2018-05-05 21:04:51 +02:00 committed by Charles Dang
parent cdb98f75a4
commit 8b745095ab

View file

@ -355,6 +355,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();
}