CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <[EMAIL PROTECTED]> 05/02/24 20:19:20
Modified files:
src : multiplayer_ui.cpp
Log message:
Fixed the textbox in the multiplayer lobby not scrolling to bottom.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_ui.cpp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: wesnoth/src/multiplayer_ui.cpp
diff -u wesnoth/src/multiplayer_ui.cpp:1.2 wesnoth/src/multiplayer_ui.cpp:1.3
--- wesnoth/src/multiplayer_ui.cpp:1.2 Thu Feb 24 20:00:00 2005
+++ wesnoth/src/multiplayer_ui.cpp Thu Feb 24 20:19:20 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_ui.cpp,v 1.2 2005/02/24 20:00:00 gruikya Exp $ */
+/* $Id: multiplayer_ui.cpp,v 1.3 2005/02/24 20:19:20 gruikya Exp $ */
/*
Copyright (C)
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -74,6 +74,7 @@
}
textbox.append_text(s);
+ textbox.scroll_to_bottom();
last_update_ = message_history_.size();
}