mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
IPAL22903: TC650: Store/Restore last GUI state does not work for Isos
This commit is contained in:
parent
4eff7d630f
commit
392db299f7
@ -615,7 +615,7 @@ void GEOMToolsGUI::OnNbIsos( ActionType actionType )
|
||||
ic->Redisplay(CurObject);
|
||||
|
||||
QString anIsos("%1%2%3");anIsos = anIsos.arg(newNbUIso);anIsos = anIsos.arg(DIGIT_SEPARATOR);anIsos = anIsos.arg(newNbVIso);
|
||||
aStudy->setObjectProperty(aMgrId ,CurObject->getIO()->getEntry(), ISOS_WIDTH_PROP, anIsos);
|
||||
aStudy->setObjectProperty(aMgrId ,CurObject->getIO()->getEntry(), ISOS_PROP, anIsos);
|
||||
}
|
||||
}
|
||||
GeometryGUI::Modified();
|
||||
|
Loading…
Reference in New Issue
Block a user