aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/macgui/mactext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/macgui/mactext.cpp b/graphics/macgui/mactext.cpp
index 04a0e90be9..d7c3795070 100644
--- a/graphics/macgui/mactext.cpp
+++ b/graphics/macgui/mactext.cpp
@@ -416,9 +416,9 @@ void MacText::clearText() {
_textLines.clear();
_str.clear();
- recalcDims();
+ _surface->clear(_bgcolor);
- render();
+ recalcDims();
}
void MacText::replaceLastLine(Common::String str) {