OPENGL_GAL::DrawGrid(): flush drawing buffer after drawing small crosses grid so that it's correctly composited
Fixes: lp:1797642 * https://bugs.launchpad.net/kicad/+bug/1797642
This commit is contained in:
parent
22300e4f02
commit
a676034e36
|
@ -1252,6 +1252,8 @@ void OPENGL_GAL::DrawGrid()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
nonCachedManager->EndDrawing();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue