Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DeleteOp.cxx
index 704fa4e34d8b55b88748fa0e440cb34c39cf03f4..deb1542d37a5bac138f982ac19b3bdc2bd436395 100644 (file)
@@ -63,7 +63,7 @@ void HYDROGUI_DeleteOp::startOperation()
 
         // collect the back-references
         ObjectKind aKind = anObject->GetKind();
-        if( aKind == KIND_IMAGE || aKind == KIND_POLYLINE )
+        if( aKind == KIND_IMAGE || aKind == KIND_POLYLINEXY )
         {
           HYDROData_SequenceOfObjects anObjects;
           QStringList aNames;