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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon May 29 06:07:01 CEST 2006


Revision: 22734
Author:   lordhoto
Date:     2006-05-29 06:06:28 -0700 (Mon, 29 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22734&view=rev

Log Message:
-----------
Fixes widget drawing for classic theme.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeClassic.cpp
Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2006-05-29 12:50:17 UTC (rev 22733)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2006-05-29 13:06:28 UTC (rev 22734)
@@ -192,13 +192,11 @@
 		box(r.left, r.top, r.width(), r.height(), _color, _shadowcolor);
 		break;
 
-	case kWidgetBackgroundPlain:
-	case kWidgetBackgroundBorderSmall:
+	//case kWidgetBackgroundPlain:
+	//case kWidgetBackgroundBorderSmall:
+	default:
 		box(r.left, r.top, r.width(), r.height());
 		break;
-
-	default:
-		break;
 	};
 
 	addDirtyRect(r, (hints & THEME_HINT_SAVE_BACKGROUND) != 0);


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