mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
* release keyboard grab from global menubar again when a new GuiView is created
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23732 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d63821939c
commit
9adb5cef26
@ -376,6 +376,9 @@ static void updateIds(map<int, GuiView *> const & stdmap, vector<int> & ids)
|
||||
|
||||
void GuiApplication::createView(QString const & geometry_arg)
|
||||
{
|
||||
if (global_menubar_)
|
||||
global_menubar_->releaseKeyboard();
|
||||
|
||||
// create new view
|
||||
updateIds(views_, view_ids_);
|
||||
int id = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user