diff main/main.cpp @ 493:3a85461ab9a7 fullscreen

Make it possible to toggle full-screen through the menu
author Chris Cannam
date Fri, 20 Jan 2012 20:21:28 +0000
parents c11a29843fe1
children 451d3c087112
line wrap: on
line diff
--- a/main/main.cpp	Fri Jan 20 17:08:47 2012 +0000
+++ b/main/main.cpp	Fri Jan 20 20:21:28 2012 +0000
@@ -352,7 +352,6 @@
     settings.endGroup();
     
     gui->show();
-    gui->goFullScreen();
 
     // The MainWindow class seems to have trouble dealing with this if
     // it tries to adapt to this preference before the constructor is