Author: mir3x
Date: Fri Sep  2 16:52:38 2016
New Revision: 33744

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

See bug #24860


Modified:
    branches/S2_6/client/gui-qt/mapview.cpp

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


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

Reply via email to