changeset 24347:222addbadf46

fix truncated startup message in the gui terminal * main-window.cc (set_window_layout): only restore the main window layout and state before all dock widgets geometry are restored
author Torsten <mttl@mailbox.org>
date Sun, 03 Dec 2017 12:37:13 +0100
parents f77da8da0f3f
children 64691264dd21
files libgui/src/main-window.cc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Fri Dec 01 17:28:37 2017 -0600
+++ b/libgui/src/main-window.cc	Sun Dec 03 12:37:13 2017 +0100
@@ -1305,9 +1305,6 @@
         }
     }
 
-  restoreState (settings->value ("MainWindow/windowState").toByteArray ());
-  restoreGeometry (settings->value ("MainWindow/geometry").toByteArray ());
-
   show ();
 }