aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/macgui/mactextwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactextwindow.cpp b/graphics/macgui/mactextwindow.cpp
index 8d736d4158..d3a18224db 100644
--- a/graphics/macgui/mactextwindow.cpp
+++ b/graphics/macgui/mactextwindow.cpp
@@ -163,7 +163,7 @@ bool MacTextWindow::processEvent(Common::Event &event) {
_inputText.deleteLastChar();
_inputIsDirty = true;
}
- break;
+ return true;
case Common::KEYCODE_RETURN:
undrawInput();