changeset 24792:3390adaee21d

* main-window.cc (reset_windows): set focus to console after resetting window layout
author Torsten <mttl@mailbox.org>
date Sat, 24 Feb 2018 16:05:35 +0100
parents 9421e891294e
children 1fa1869650cc
files libgui/src/main-window.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Sat Feb 24 14:05:07 2018 +0100
+++ b/libgui/src/main-window.cc	Sat Feb 24 16:05:35 2018 +0100
@@ -807,6 +807,7 @@
 
     set_window_layout (settings);
     showNormal ();  // make sure main window is not minimized
+    focus_command_window ();
   }
 
   void main_window::change_directory (const QString& dir)