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
1 changed files with 2 additions and 0 deletions

View File

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