mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028407: Visualization - remove ::UpdateMode() from Graphic3d_StructureManager
This commit is contained in:
@@ -218,7 +218,9 @@ void V3d_View::Update() const
|
||||
return;
|
||||
}
|
||||
|
||||
myView->Update (Aspect_TOU_ASAP);
|
||||
myView->Update();
|
||||
myView->Compute();
|
||||
myView->Redraw();
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user