tuned GUI: modal dialog last;
authorwenzelm
Thu, 01 Sep 2016 17:35:17 +0200
changeset 63754 23b013b6b2fb
parent 63753 c57db6b2befc
child 63756 6b6bf5c0f9c1
child 63757 a9159d30070f
tuned GUI: modal dialog last;
src/Tools/jEdit/src/plugin.scala
--- a/src/Tools/jEdit/src/plugin.scala	Thu Sep 01 17:35:01 2016 +0200
+++ b/src/Tools/jEdit/src/plugin.scala	Thu Sep 01 17:35:17 2016 +0200
@@ -333,9 +333,9 @@
               "It is for testing only, not for production use.")
           }
 
-          Keymap_Merge.check_dialog(jEdit.getActiveView())
+          Session_Build.session_build(jEdit.getActiveView())
 
-          Session_Build.session_build(jEdit.getActiveView())
+          Keymap_Merge.check_dialog(jEdit.getActiveView())
 
         case msg: BufferUpdate
         if msg.getWhat == BufferUpdate.LOADED ||