CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <[EMAIL PROTECTED]> 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