From: mzn Date: Thu, 1 Sep 2005 10:15:35 +0000 (+0000) Subject: Fix for the problem: VTK Viewer isn?t updated automatically after activation of... X-Git-Tag: V_3_0_2a X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fbaf4c789f6f06558d74d449934dd0e05df4213a;p=modules%2Fsmesh.git Fix for the problem: VTK Viewer isn?t updated automatically after activation of any function from Control menu. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 074eb1fa4..345f756f8 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -587,6 +587,7 @@ namespace{ } anActor->SetControlMode(aControl); anActor->GetScalarBarActor()->SetTitle(aTitle.latin1()); + SMESH::RepaintCurrentView(); } } }