mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40: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);
|
mySimulation->SetPosition(myActor,aType,anIds);
|
||||||
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -303,8 +303,10 @@ namespace SMESH{
|
|||||||
|
|
||||||
void RepaintCurrentView(){
|
void RepaintCurrentView(){
|
||||||
if(SVTK_ViewWindow* wnd = GetCurrentVtkView() )
|
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)
|
void UpdateView(SUIT_ViewWindow *theWnd, EDisplaing theAction, const char* theEntry)
|
||||||
|
Loading…
Reference in New Issue
Block a user