diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/macgui/mactextwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/macgui/mactextwindow.cpp b/graphics/macgui/mactextwindow.cpp index 7b1c1e59c4..b3824f66be 100644 --- a/graphics/macgui/mactextwindow.cpp +++ b/graphics/macgui/mactextwindow.cpp @@ -164,6 +164,7 @@ bool MacTextWindow::processEvent(Common::Event &event) { break; case Common::KEYCODE_RETURN: + undrawInput(); return false; // Pass it to the higher level for processing default: |