Publish locally selected subshapes to avoid DumpStudy failure

This commit is contained in:
jfa 2020-03-27 14:23:30 +03:00
parent 54a5d9072f
commit 47c785f741

View File

@ -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++ ) {