mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 17:20:33 +05:00
Fix for the problem: VTK Viewer isn?t updated automatically after activation of any function from Control menu.
This commit is contained in:
parent
c87dcc36c2
commit
fbaf4c789f
@ -587,6 +587,7 @@ namespace{
|
|||||||
}
|
}
|
||||||
anActor->SetControlMode(aControl);
|
anActor->SetControlMode(aControl);
|
||||||
anActor->GetScalarBarActor()->SetTitle(aTitle.latin1());
|
anActor->GetScalarBarActor()->SetTitle(aTitle.latin1());
|
||||||
|
SMESH::RepaintCurrentView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user