[Scummvm-cvs-logs] SF.net SVN: scummvm:[35647] scummvm/trunk/gui/ThemeEngine.cpp
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Thu Jan 1 09:14:43 CET 2009
Revision: 35647
http://scummvm.svn.sourceforge.net/scummvm/?rev=35647&view=rev
Author: jvprat
Date: 2009-01-01 08:14:43 +0000 (Thu, 01 Jan 2009)
Log Message:
-----------
Restore the text background of pop-up widgets to fix the glitch on classic theme when changing the option with the mouse wheel
Modified Paths:
--------------
scummvm/trunk/gui/ThemeEngine.cpp
Modified: scummvm/trunk/gui/ThemeEngine.cpp
===================================================================
--- scummvm/trunk/gui/ThemeEngine.cpp 2009-01-01 07:21:16 UTC (rev 35646)
+++ scummvm/trunk/gui/ThemeEngine.cpp 2009-01-01 08:14:43 UTC (rev 35647)
@@ -791,7 +791,7 @@
if (!sel.empty()) {
Common::Rect text(r.left, r.top, r.right - 16, r.bottom);
- queueDDText(getTextData(dd), text, sel, false, false, _widgets[dd]->_textAlignH, _widgets[dd]->_textAlignV, deltax);
+ queueDDText(getTextData(dd), text, sel, true, false, _widgets[dd]->_textAlignH, _widgets[dd]->_textAlignV, deltax);
}
}
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