[Scummvm-cvs-logs] SF.net SVN: scummvm:[34760] scummvm/trunk/graphics/VectorRendererSpec.cpp

tanoku at users.sourceforge.net tanoku at users.sourceforge.net
Thu Oct 9 19:15:11 CEST 2008


Revision: 34760
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34760&view=rev
Author:   tanoku
Date:     2008-10-09 17:15:10 +0000 (Thu, 09 Oct 2008)

Log Message:
-----------
Fixed small graphical glitch in Classic theme tabs.

Modified Paths:
--------------
    scummvm/trunk/graphics/VectorRendererSpec.cpp

Modified: scummvm/trunk/graphics/VectorRendererSpec.cpp
===================================================================
--- scummvm/trunk/graphics/VectorRendererSpec.cpp	2008-10-09 13:50:47 UTC (rev 34759)
+++ scummvm/trunk/graphics/VectorRendererSpec.cpp	2008-10-09 17:15:10 UTC (rev 34760)
@@ -836,7 +836,7 @@
 	}
 
 	i = h - bevel;
-	j = bevel;
+	j = bevel - 1;
 	ptr_left = (PixelType *)_activeSurface->getBasePtr(x + w - bevel, y);
 	while (i--) {
 		colorFill(ptr_left + j, ptr_left + bevel, bottom_color);


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