diff options
-rw-r--r-- | gui/ThemeClassic.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/ThemeClassic.cpp b/gui/ThemeClassic.cpp index 175bfe04db..47cb4c6122 100644 --- a/gui/ThemeClassic.cpp +++ b/gui/ThemeClassic.cpp @@ -188,14 +188,11 @@ void ThemeClassic::drawWidgetBackground(const Common::Rect &r, uint16 hints, kWi 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; }; |