mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Correction.
This commit is contained in:
parent
9a358116f4
commit
576824da04
@ -644,6 +644,7 @@ void SMESHGUI_AddMeshElementDlg::displaySimulation()
|
||||
}
|
||||
|
||||
mySimulation->SetPosition(myActor,aType,anIds);
|
||||
SMESH::UpdateView();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -303,8 +303,10 @@ namespace SMESH{
|
||||
|
||||
void RepaintCurrentView(){
|
||||
if(SVTK_ViewWindow* wnd = GetCurrentVtkView() )
|
||||
wnd->getRenderer()->Render();
|
||||
//wnd->Repaint();
|
||||
{
|
||||
wnd->getRenderer()->Render();
|
||||
wnd->Repaint(false);
|
||||
}
|
||||
}
|
||||
|
||||
void UpdateView(SUIT_ViewWindow *theWnd, EDisplaing theAction, const char* theEntry)
|
||||
|
Loading…
Reference in New Issue
Block a user