mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Really fix focus problem on new view.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16391 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
72bb51b0fc
commit
caaaf6f20b
@ -65,6 +65,7 @@ LyXView & Application::createView(unsigned int width,
|
|||||||
|
|
||||||
view.init();
|
view.init();
|
||||||
view.setGeometry(width, height, posx, posy, maximize, iconSizeXY, geometryArg);
|
view.setGeometry(width, height, posx, posy, maximize, iconSizeXY, geometryArg);
|
||||||
|
view.setFocus();
|
||||||
|
|
||||||
setCurrentView(view);
|
setCurrentView(view);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user