]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.cpp
* fix spelling in comments to please John.
[lyx.git] / 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));