From caaaf6f20b6b1f59a4c5e18d246e1048bc4726a5 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 24 Dec 2006 17:11:32 +0000 Subject: [PATCH] Really fix focus problem on new view. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16391 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Application.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/Application.C b/src/frontends/Application.C index 4483deced3..35eeaa9418 100644 --- a/src/frontends/Application.C +++ b/src/frontends/Application.C @@ -65,6 +65,7 @@ LyXView & Application::createView(unsigned int width, view.init(); view.setGeometry(width, height, posx, posy, maximize, iconSizeXY, geometryArg); + view.setFocus(); setCurrentView(view); -- 2.39.2