X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Module.cxx;h=ff3959f267518b6b619f3cc291fb039f2afd1913;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=32edca357e3bdeac0404669be8cbcc336a24bdc0;hpb=41d3a5f489e8ec606523394f435e356fc607719b;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index 32edca35..ff3959f2 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -228,7 +228,7 @@ void HYDROGUI_Module::contextMenuPopup( const QString& theClient, Handle(HYDROData_Image) anImage = Handle(HYDROData_Image)::DownCast( anObject ); if( !anImage.IsNull() ) { - anIsImportedImage = anImage->HasTrsfPoints() && !anImage->IsSelfSplitted(); + anIsImportedImage = anImage->HasLocalPoints() && !anImage->IsSelfSplitted(); anIsCompositeImage = anImage->NbReferences() > 0; if( HYDROData_OperationsFactory* aFactory = HYDROData_OperationsFactory::Factory() ) {