mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* GuiGraphics.cpp:
- remove redundant line. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c248ed757b
commit
be4beae809
@ -318,7 +318,6 @@ void GuiGraphics::change_group(int index)
|
||||
groupCO->blockSignals(true);
|
||||
InsetGraphicsParams par;
|
||||
InsetGraphics::string2params(grp, buffer(), par);
|
||||
par.filename = params_.filename;
|
||||
params_ = par;
|
||||
paramsToDialog(par);
|
||||
groupCO->blockSignals(false);
|
||||
|
Loading…
Reference in New Issue
Block a user