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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Feb 27 18:12:17 CET 2007


Revision: 25899
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25899&view=rev
Author:   lordhoto
Date:     2007-02-27 09:12:16 -0800 (Tue, 27 Feb 2007)

Log Message:
-----------
ops missed one spot last commit.

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

Modified: scummvm/trunk/gui/ThemeModern.cpp
===================================================================
--- scummvm/trunk/gui/ThemeModern.cpp	2007-02-27 17:10:40 UTC (rev 25898)
+++ scummvm/trunk/gui/ThemeModern.cpp	2007-02-27 17:12:16 UTC (rev 25899)
@@ -576,7 +576,7 @@
 						/*(state == kStateDisabled) ? -30 : */256, _colors[kTabBackgroundStart], _colors[kTabBackgroundEnd],
 						_gradientFactors[kTabFactor]);
 	
-	OverlayColor tabEnd = calcGradient(_colors[kTabActiveStart], _colors[kTabActiveEnd], tabHeight, r.height(), _gradientFactors[kTabFactor]);
+	OverlayColor tabEnd = calcGradient(_colors[kTabActiveStart], _colors[kTabActiveEnd], tabHeight, r.height()-1, _gradientFactors[kTabFactor]);
 
 	const int tabOffset = 1;
 


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