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:
parent
795fd28742
commit
82a63a8c2a
@ -912,7 +912,7 @@ public:
|
||||
*/
|
||||
inline void AdvanceDepth()
|
||||
{
|
||||
layerDepth -= 0.001;
|
||||
layerDepth -= 0.05;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user