[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src help.cpp
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src help.cpp |
Date: |
Sat, 06 Nov 2004 15:34:47 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 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);
}
- [Wesnoth-cvs-commits] wesnoth/src help.cpp,
Guillaume Melquiond <=