mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user