mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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)
|
&& isDoubleBuffer)
|
||||||
{
|
{
|
||||||
copyBackToFront();
|
copyBackToFront();
|
||||||
|
glFlush();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user