]> SALOME platform Git repositories - modules/visu.git/blobdiff - src/VISU_I/VISU_Prs3d_i.cc
Salome HOME
Note 0009977 of the issue 0013178: EDF243 VISU : post_processing for fields at nodes
[modules/visu.git] / src / VISU_I / VISU_Prs3d_i.cc
index 21a797ae3b033073b9108a99f0aa25581759c2e4..2ad74b3289ec4238e1f7ced4e54e8c8a861ab551 100644 (file)
@@ -425,7 +425,7 @@ VISU::Prs3d_i
     Execute()
     {
       //TInvokeSignalEvent::Execute();
-      myRemovable->Destroy();
+      myRemovable->UnRegister();
     }
   };
 
@@ -779,6 +779,8 @@ VISU::Prs3d_i
 {
   myMarkerType = theMarkerType;
   myMarkerScale = theMarkerScale;
+  if( myMarkerType == VISU::MT_POINT_SPRITE )
+    myMarkerScale = VISU::MS_NONE;
   myParamsTime.Modified();
 }