Salome HOME
SMH: 3.0.0 preparation = merged version (POLYWORK + RTVDEBUG01) + adopation for new GUI
[modules/superv.git] / src / Supervision / GNode_Impl.cxx
index 7c770df016e972f22cab5d17fc83cabd6aec15ca..303cf3d39ed976dd58dd95dcca09d6910d293f66 100644 (file)
@@ -170,7 +170,7 @@ bool GNode_Impl::Delete() {
     DeletePorts() ;
     RetVal = DataFlowEditor()->RemoveNode( Name() ) ;
     if ( RetVal )
-      RetVal = DataFlowEditor()->IsValid() ;
+      DataFlowEditor()->UnValid() ;
   }
   endService( "GNode_Impl::Delete" );
   return RetVal ;