diff options
Diffstat (limited to 'editor/update.cpp')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 64090973..5c6d4319 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -140,7 +140,7 @@ void app::do_rotate(bool backward) void app::do_set_mode(editor_mode mode) { if (mode != _editor.mode()) - kill_popups(true); + kill_popups(false); _editor.set_mode(mode); } |