7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Fixed the drawing order for selected items in OpenGL GAL.

This commit is contained in:
Maciej Suminski 2016-05-02 15:56:17 +02:00
parent 795fd28742
commit 82a63a8c2a

View File

@ -912,7 +912,7 @@ public:
*/
inline void AdvanceDepth()
{
layerDepth -= 0.001;
layerDepth -= 0.05;
}
/**