From 05d3633eb32ead8e11435b85a9db1ddaa1482fcb Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Thu, 1 Jan 2009 08:14:43 +0000 Subject: Restore the text background of pop-up widgets to fix the glitch on classic theme when changing the option with the mouse wheel svn-id: r35647 --- gui/ThemeEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 6ae3524e99..9ddf23549d 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -791,7 +791,7 @@ void ThemeEngine::drawPopUpWidget(const Common::Rect &r, const Common::String &s 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); } } -- cgit v1.2.3