To represent Origin and base Vectors in the object browser correctly.

This commit is contained in:
akl 2013-06-14 11:46:28 +00:00
parent 1999c15524
commit d291bd2941

View File

@ -707,7 +707,7 @@ void GeometryGUI::createOriginAndBaseVectors()
GetGeomGen()->PublishInStudy( aDSStudy, SALOMEDS::SObject::_nil(), anOY, "OY" );
GetGeomGen()->PublishInStudy( aDSStudy, SALOMEDS::SObject::_nil(), anOZ, "OZ" );
getApp()->updateObjectBrowser( false );
getApp()->updateObjectBrowser( true );
}
}
}