git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31874 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-11-06 15:22:17 +00:00
parent a1a34443ef
commit 5db67312e8

View File

@ -149,7 +149,6 @@ GuiGraphics::GuiGraphics(GuiView & lv)
this, SLOT(change_adaptor()));
filename->setValidator(new PathValidator(true, filename));
setFocusProxy(filename);
QDoubleValidator * scaleValidator =
new DoubleAutoValidator(Scale, qt_(autostr));
@ -638,6 +637,8 @@ void GuiGraphics::paramsToDialog(InsetGraphicsParams const & igp)
// latex section
latexoptions->setText(toqstr(igp.special));
// cf bug #3852
filename->setFocus();
}