mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
close floating dock widgets (not currently docked) with escape keypress event
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
341d1890e1
commit
3971728bde
@ -62,6 +62,8 @@ public:
|
||||
}
|
||||
mw->activateWindow();
|
||||
mw->setFocus();
|
||||
if (isFloating())
|
||||
hide();
|
||||
ev->accept();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user