diff options
-rw-r--r-- | graphics/macgui/mactextwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactextwindow.cpp b/graphics/macgui/mactextwindow.cpp index b43948af3b..553592382d 100644 --- a/graphics/macgui/mactextwindow.cpp +++ b/graphics/macgui/mactextwindow.cpp @@ -356,7 +356,7 @@ bool MacTextWindow::processEvent(Common::Event &event) { startMarking(event.mouse.x, event.mouse.y); return true; - } else if (event.type == Common::EVENT_LBUTTONUP) { + } else if (event.type == Common::EVENT_LBUTTONUP && _menu) { if (_inTextSelection) { _inTextSelection = false; |