7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 15:51:41 +00: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:
Tomasz Włostowski 2018-10-12 23:52:16 +02:00
parent 22300e4f02
commit a676034e36

View File

@ -1252,6 +1252,8 @@ void OPENGL_GAL::DrawGrid()
}
}
}
nonCachedManager->EndDrawing();
}
else
{