This is still needed for keyboard focus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31878 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-11-06 15:56:15 +00:00
parent d82da9a255
commit 90ce0c669f

View 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));