Author: mir3x
Date: Fri Sep  2 16:52:23 2016
New Revision: 33743

URL: http://svn.gna.org/viewcvs/freeciv?rev=33743&view=rev
Log:
Reverted last change

See bug #24860


Modified:
    branches/S2_5/client/gui-qt/fc_client.cpp
    branches/S2_5/client/gui-qt/mapview.cpp

Modified: branches/S2_5/client/gui-qt/fc_client.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-qt/fc_client.cpp?rev=33743&r1=33742&r2=33743&view=diff
==============================================================================
--- branches/S2_5/client/gui-qt/fc_client.cpp   (original)
+++ branches/S2_5/client/gui-qt/fc_client.cpp   Fri Sep  2 16:52:23 2016
@@ -311,7 +311,9 @@
     if (fullscreen_mode){
       gui()->showFullScreen();
       gui()->mapview_wdg->showFullScreen();
-    }
+    } else {
+      showMaximized();
+    } 
     menuBar()->setVisible(true);
     mapview_wdg->setFocus();
     center_on_something();

Modified: branches/S2_5/client/gui-qt/mapview.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/client/gui-qt/mapview.cpp?rev=33743&r1=33742&r2=33743&view=diff
==============================================================================
--- branches/S2_5/client/gui-qt/mapview.cpp     (original)
+++ branches/S2_5/client/gui-qt/mapview.cpp     Fri Sep  2 16:52:23 2016
@@ -108,7 +108,6 @@
   QTimer *timer = new QTimer(this);
   connect(timer, SIGNAL(timeout()), this, SLOT(timer_event()));
   timer->start(200);
-  resize(0, 0);
   setMouseTracking(true);
 }
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to