Author: mir3x
Date: Mon Aug  1 13:20:07 2016
New Revision: 33406

URL: http://svn.gna.org/viewcvs/freeciv?rev=33406&view=rev
Log:
Qt client - reset typed history position.

See bug #24881


Modified:
    branches/S2_5/client/gui-qt/fc_client.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=33406&r1=33405&r2=33406&view=diff
==============================================================================
--- branches/S2_5/client/gui-qt/fc_client.cpp   (original)
+++ branches/S2_5/client/gui-qt/fc_client.cpp   Mon Aug  1 13:20:07 2016
@@ -432,6 +432,7 @@
   send_chat(chat_line->text().toUtf8().data());
   chat_history.prepend(chat_line->text());
   chat_line->clear();
+  history_pos = -1;
 }
 
 /****************************************************************************


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

Reply via email to