1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024791: Visualization - highlighting is not cleared in local selection on some OpenGL drivers

Force GL commands execution by glFlush().
This commit is contained in:
kgv 2014-04-03 14:56:54 +04:00 committed by apn
parent e6c9f595cf
commit 65812bd0e4

View File

@ -771,6 +771,7 @@ void OpenGl_Workspace::RedrawImmediate (const Graphic3d_CView& theCView,
&& isDoubleBuffer)
{
copyBackToFront();
glFlush();
}
else
{