Salome HOME
IMP 23612: EDF 14143 - Compute angle from 3 points
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.cxx
index b74d29e50b73237b8359e46843b9b364a6356a8d..cf0e475d49403d4f000d17825c648e4d73b85b06 100644 (file)
@@ -923,7 +923,7 @@ namespace SMESH
         aCollection->InitTraversal();
         while ( vtkActor *anAct = aCollection->GetNextActor() ) {
           if ( SMESH_Actor *anActor = dynamic_cast<SMESH_Actor*>(anAct) ) {
-           anActor->UpdateSelectionProps();
+            anActor->UpdateSelectionProps();
           }
         }
       }