diff --git a/pcbnew/collectors.h b/pcbnew/collectors.h index 31a211cb88..042b6b517e 100644 --- a/pcbnew/collectors.h +++ b/pcbnew/collectors.h @@ -465,7 +465,7 @@ public: m_IgnoreTracks = false; m_IgnoreZoneFills = true; - m_OnePixelInIU = aView->ToWorld( one, false ).x; + m_OnePixelInIU = abs( aView->ToWorld( one, false ).x ); } /**