Author: mir3x
Date: Wed Nov 25 19:52:12 2015
New Revision: 30761

URL: http://svn.gna.org/viewcvs/freeciv?rev=30761&view=rev
Log:
Fixed last message not being fully visible until next redraw. 

See bug #24106


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

Modified: branches/S2_6/client/gui-qt/messagewin.cpp
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-qt/messagewin.cpp?rev=30761&r1=30760&r2=30761&view=diff
==============================================================================
--- branches/S2_6/client/gui-qt/messagewin.cpp  (original)
+++ branches/S2_6/client/gui-qt/messagewin.cpp  Wed Nov 25 19:52:12 2015
@@ -458,8 +458,8 @@
     item->setIcon(QIcon(*pix));
   }
   mesg_table->setItem(i, 0, item);
+  msg_update();
   mesg_table->scrollToBottom();
-  mesg_table->resizeRowToContents(i);
 }
 
 /***************************************************************************


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

Reply via email to