From: Stefan Schimanski Date: Fri, 14 Mar 2008 23:31:44 +0000 (+0000) Subject: * comment X-Git-Tag: 1.6.10~5631 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3658d7fe4d3c6236a06803ef8e59f9e8b43b91d9;p=features.git * comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23740 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 0eef683fdc..eac82e4843 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -378,6 +378,8 @@ static void updateIds(map const & stdmap, vector & ids) void GuiApplication::createView(QString const & geometry_arg) { + // release the keyboard which might have been grabed by the global + // menubar on Mac to catch shortcuts even without any GuiView. if (global_menubar_) global_menubar_->releaseKeyboard();