mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +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:
@@ -771,6 +771,7 @@ void OpenGl_Workspace::RedrawImmediate (const Graphic3d_CView& theCView,
|
||||
&& isDoubleBuffer)
|
||||
{
|
||||
copyBackToFront();
|
||||
glFlush();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user