Ensure the focus is returned to the editing area after a dispatch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24816 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-05-18 13:59:52 +00:00
parent d1bc775b06
commit 69dd2ac3a7

View File

@ -2019,6 +2019,8 @@ void GuiView::restartCursor()
// Take this occasion to update the other GUI elements.
updateDialogs();
//
setFocus();
}