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:
parent
e6c9f595cf
commit
65812bd0e4
@ -771,6 +771,7 @@ void OpenGl_Workspace::RedrawImmediate (const Graphic3d_CView& theCView,
|
||||
&& isDoubleBuffer)
|
||||
{
|
||||
copyBackToFront();
|
||||
glFlush();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user