[Scummvm-cvs-logs] SF.net SVN: scummvm: [24269] scummvm/trunk/gui/ThemeNew.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Oct 10 22:36:08 CEST 2006


Revision: 24269
          http://svn.sourceforge.net/scummvm/?rev=24269&view=rev
Author:   lordhoto
Date:     2006-10-10 13:35:58 -0700 (Tue, 10 Oct 2006)

Log Message:
-----------
Using the correct factor for the slider background now.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp

Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-10-10 15:51:11 UTC (rev 24268)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-10-10 20:35:58 UTC (rev 24269)
@@ -348,7 +348,7 @@
 		shadow = kShadowEmboss;
 		start = kSliderBackgroundStart;
 		end = kSliderBackgroundEnd;
-		factor = kSliderFactor;
+		factor = kSliderBackground;
 		break;
 	default:
 		corner = kWidgetBkgdCorner;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list