1
0
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:
kgv
2017-01-30 13:09:22 +03:00
committed by apn
parent b0d96eb753
commit cfece3ef2e
21 changed files with 73 additions and 264 deletions

View File

@@ -218,7 +218,9 @@ void V3d_View::Update() const
return;
}
myView->Update (Aspect_TOU_ASAP);
myView->Update();
myView->Compute();
myView->Redraw();
}
//=============================================================================