* comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23740 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-03-14 23:31:44 +00:00
parent fc816dba30
commit 3658d7fe4d

View File

@ -378,6 +378,8 @@ static void updateIds(map<int, GuiView *> const & stdmap, vector<int> & 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();