From: Pavel Sanda Date: Fri, 6 Nov 2009 15:56:15 +0000 (+0000) Subject: This is still needed for keyboard focus X-Git-Tag: 2.0.0~5217 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=90ce0c669f0c7b96816b4244e6fcac4e70ac91aa;p=features.git This is still needed for keyboard focus git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31878 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiGraphics.cpp b/src/frontends/qt4/GuiGraphics.cpp index 53b248d4b5..e89bd4cfe6 100644 --- a/src/frontends/qt4/GuiGraphics.cpp +++ b/src/frontends/qt4/GuiGraphics.cpp @@ -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));