Salome HOME
Profile dialog backgound like it is in OCC viewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.cxx
index 45214704940a3249db75562b91414809bc3839be..51126a3c04a9d9798fa10ce24975839f1710125a 100644 (file)
@@ -214,7 +214,7 @@ void HYDROGUI_Tool::GetPrsSubObjects( HYDROGUI_Module* theModule,
       Handle(HYDROData_Entity) anObject = anIterator.Current();
       if( !anObject.IsNull() && ( 
         ( anObject->GetKind() == KIND_IMAGE ) ||
-        ( anObject->GetKind() == KIND_POLYLINE ) ||
+        ( anObject->GetKind() == KIND_POLYLINEXY ) ||
         ( anObject->GetKind() == KIND_IMMERSIBLE_ZONE ) ||
         ( anObject->GetKind() == KIND_REGION ) ||
         ( anObject->GetKind() == KIND_BATHYMETRY ) ||