changeset 20691:37a894699480 stable

fix hanging of gui when focusing the editor (regression from cset 802dc52d4d46) * file-editor.cc (enable_menu_shortcuts): do not focus the editor again
author Torsten <ttl@justmail.de>
date Mon, 09 Nov 2015 20:11:25 +0100
parents 8ba21392ea6d
children 950c8a092db7
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Sat Nov 07 16:46:06 2015 -0800
+++ b/libgui/src/m-editor/file-editor.cc	Mon Nov 09 20:11:25 2015 +0100
@@ -1222,9 +1222,6 @@
      i.key ()->setTitle (i.value ().at (! enable));
      ++i;
    }
-
-  if (enable)
-    focus ();
 }
 
 QMenu*