Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
(cherry-picked from commit 8b74509)
  • Loading branch information
gfgtdf authored and Vultraz committed Oct 7, 2018
1 parent c6ab8eb commit 2b118b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/whiteboard/side_actions.cpp
Expand Up @@ -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();
}

Expand Down

0 comments on commit 2b118b0

Please sign in to comment.