CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 04/09/28 00:36:25
Modified files:
src/widgets : scrollbar.cpp
Log message:
made scrollbar light up when activated again (CVS internal bug fix)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/scrollbar.cpp.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
Patches:
Index: wesnoth/src/widgets/scrollbar.cpp
diff -u wesnoth/src/widgets/scrollbar.cpp:1.15
wesnoth/src/widgets/scrollbar.cpp:1.16
--- wesnoth/src/widgets/scrollbar.cpp:1.15 Thu Aug 26 11:53:53 2004
+++ wesnoth/src/widgets/scrollbar.cpp Tue Sep 28 00:36:24 2004
@@ -1,4 +1,4 @@
-/* $Id: scrollbar.cpp,v 1.15 2004/08/26 11:53:53 isaaccp Exp $*/
+/* $Id: scrollbar.cpp,v 1.16 2004/09/28 00:36:24 Sirp Exp $*/
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -251,6 +251,7 @@
if(highlight_ != on) {
highlight_ = on;
+ mid_scaled_.assign(NULL);
set_dirty(true);
}