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:
Stephan Witt 2011-09-29 18:52:36 +00:00
parent 341d1890e1
commit 3971728bde

View File

@ -62,6 +62,8 @@ public:
}
mw->activateWindow();
mw->setFocus();
if (isFloating())
hide();
ev->accept();
}
}