wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/widgets menu.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src/widgets menu.cpp
Date: Sat, 06 Nov 2004 15:34:46 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/11/06 20:13:05

Modified files:
        src/widgets    : menu.cpp 

Log message:
        Fix scrollbar not showing up in the help menu.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/menu.cpp.diff?tr1=1.70&tr2=1.71&r1=text&r2=text

Patches:
Index: wesnoth/src/widgets/menu.cpp
diff -u wesnoth/src/widgets/menu.cpp:1.70 wesnoth/src/widgets/menu.cpp:1.71
--- wesnoth/src/widgets/menu.cpp:1.70   Sat Nov  6 13:13:16 2004
+++ wesnoth/src/widgets/menu.cpp        Sat Nov  6 20:13:05 2004
@@ -101,6 +101,7 @@
        if (max_width_ > 0 && rect.w > max_width_)
                rect.w = max_width_;
 
+       update_scrollbar_grip_height();
        set_location(rect);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]