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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Apr 11 09:33:00 CEST 2006


Revision: 21796
Author:   lordhoto
Date:     2006-04-11 09:32:03 -0700 (Tue, 11 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21796&view=rev

Log Message:
-----------
Draws the same border for 'kWidgetBackgroundPlain' as for 'kWidgetBackgroundBorderSmall'.
This fixes missing border in the pop up widget.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeClassic.cpp
Modified: scummvm/trunk/gui/ThemeClassic.cpp
===================================================================
--- scummvm/trunk/gui/ThemeClassic.cpp	2006-04-11 16:28:00 UTC (rev 21795)
+++ scummvm/trunk/gui/ThemeClassic.cpp	2006-04-11 16:32:03 UTC (rev 21796)
@@ -188,14 +188,11 @@
 		box(r.left, r.top, r.width(), r.height(), _color, _shadowcolor);
 		break;
 
+	case kWidgetBackgroundPlain:
 	case kWidgetBackgroundBorderSmall:
 		box(r.left, r.top, r.width(), r.height());
 		break;
 
-	case kWidgetBackgroundPlain:
-		// nothing to do here
-		break;
-
 	default:
 		break;
 	};


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