mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Publish locally selected subshapes to avoid DumpStudy failure
This commit is contained in:
parent
54a5d9072f
commit
47c785f741
@ -691,6 +691,8 @@ void BuildGUI_FaceDlg::addSubshapesToStudy()
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
GEOMBase::PublishSubObject( myFace.get() );
|
||||
GEOMBase::PublishSubObject( myWire.get() );
|
||||
break;
|
||||
case 2:
|
||||
for( int i = 0; i < myTreeConstraints->topLevelItemCount(); i++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user