diff options
-rw-r--r-- | gui/ThemeNew.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index bf177cfe92..0322227d97 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -355,7 +355,6 @@ void ThemeNew::drawButton(const Common::Rect &r, const Common::String &str, kSta if (!_initOk) return; - restoreBackground(r); drawRectMasked(r, surface(kWidgetBkgdCorner), surface(kWidgetBkgdTop), surface(kWidgetBkgdLeft), surface(kWidgetBkgd), (state == kStateDisabled) ? 128 : 256, _colors[kButtonBackgroundStart], _colors[kButtonBackgroundEnd], 2); |