]> git.lyx.org Git - features.git/commitdiff
This is still needed for keyboard focus
authorPavel Sanda <sanda@lyx.org>
Fri, 6 Nov 2009 15:56:15 +0000 (15:56 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 6 Nov 2009 15:56:15 +0000 (15:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31878 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiGraphics.cpp

index 53b248d4b51ccb8b714587aee0047b2e21cd61e3..e89bd4cfe6467e0e050ea0d0c88df64609a2b07a 100644 (file)
@@ -149,6 +149,7 @@ GuiGraphics::GuiGraphics(GuiView & lv)
                this, SLOT(change_adaptor()));
 
        filename->setValidator(new PathValidator(true, filename));
+       setFocusProxy(filename);
 
        QDoubleValidator * scaleValidator = 
                new DoubleAutoValidator(Scale, qt_(autostr));