aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-05 23:32:05 +0200
committerEugene Sandulenko2017-08-05 23:50:45 +0200
commit5091968f4c3ab927f2621d06fc2d064311fff8fa (patch)
tree6240d579cd23e85d4c532318fdc12146ebecbac4 /graphics/macgui/mactext.cpp
parent31f17cd47c389188dcdc6071db46d8c6179a013c (diff)
downloadscummvm-rg350-5091968f4c3ab927f2621d06fc2d064311fff8fa.tar.gz
scummvm-rg350-5091968f4c3ab927f2621d06fc2d064311fff8fa.tar.bz2
scummvm-rg350-5091968f4c3ab927f2621d06fc2d064311fff8fa.zip
GRAPHICS: MACGUI: More work on clearing MacTextWindow content
Diffstat (limited to 'graphics/macgui/mactext.cpp')
-rw-r--r--graphics/macgui/mactext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/macgui/mactext.cpp b/graphics/macgui/mactext.cpp
index 551dead1c5..04a0e90be9 100644
--- a/graphics/macgui/mactext.cpp
+++ b/graphics/macgui/mactext.cpp
@@ -417,6 +417,8 @@ void MacText::clearText() {
_str.clear();
recalcDims();
+
+ render();
}
void MacText::replaceLastLine(Common::String str) {