mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-13 17:18:36 +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:
|
case 0:
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
GEOMBase::PublishSubObject( myFace.get() );
|
||||||
|
GEOMBase::PublishSubObject( myWire.get() );
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
for( int i = 0; i < myTreeConstraints->topLevelItemCount(); i++ ) {
|
for( int i = 0; i < myTreeConstraints->topLevelItemCount(); i++ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user