Salome HOME
Fix for the problem: VTK Viewer isn?t updated automatically after activation of... V_3_0_2a
authormzn <mzn@opencascade.com>
Thu, 1 Sep 2005 10:15:35 +0000 (10:15 +0000)
committermzn <mzn@opencascade.com>
Thu, 1 Sep 2005 10:15:35 +0000 (10:15 +0000)
src/SMESHGUI/SMESHGUI.cxx

index 074eb1fa4b4de389f7d929021681b92a9a4dd417..345f756f802a4c8e021cdbcfe9fd1ed19689a61f 100644 (file)
@@ -587,6 +587,7 @@ namespace{
          }
          anActor->SetControlMode(aControl);
          anActor->GetScalarBarActor()->SetTitle(aTitle.latin1());
+         SMESH::RepaintCurrentView();
        }
       }
     }