Now not needed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28186 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-16 15:58:42 +00:00
parent be4beae809
commit 5a6cdebbf2

View File

@ -316,10 +316,8 @@ void GuiGraphics::change_group(int index)
// group exists: load params into the dialog
groupCO->blockSignals(true);
InsetGraphicsParams par;
InsetGraphics::string2params(grp, buffer(), par);
params_ = par;
paramsToDialog(par);
InsetGraphics::string2params(grp, buffer(), params_);
paramsToDialog(params_);
groupCO->blockSignals(false);
// reset filename