CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/11/06 20:09:15
Modified files:
src : help.cpp
Log message:
Show the top of the help text when changing topic.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.51 wesnoth/src/help.cpp:1.52
--- wesnoth/src/help.cpp:1.51 Sat Nov 6 13:13:15 2004
+++ wesnoth/src/help.cpp Sat Nov 6 20:09:15 2004
@@ -1706,6 +1706,7 @@
}
down_one_line(); // End the last line.
int h = height();
+ set_position(0);
set_full_size(contents_height_);
set_shown_size(h);
}