aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeNew.cpp')
-rw-r--r--gui/ThemeNew.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index 3fd940b557..2c4d9d4d6e 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -541,6 +541,7 @@ void ThemeNew::drawSurface(const Common::Rect &r, const Graphics::Surface &surfa
if (transparency) {
drawSurface(rect, &surface, false, false, 256);
+ addDirtyRect(r);
return;
}