Fix for the problem: VTK Viewer isn?t updated automatically after activation of any function from Control menu.

This commit is contained in:
mzn 2005-09-01 10:15:35 +00:00
parent c87dcc36c2
commit fbaf4c789f

View File

@ -587,6 +587,7 @@ namespace{
}
anActor->SetControlMode(aControl);
anActor->GetScalarBarActor()->SetTitle(aTitle.latin1());
SMESH::RepaintCurrentView();
}
}
}