pcbnew: editing outlines now works in flipped view mode
Fixes: lp:1731978 * https://bugs.launchpad.net/kicad/+bug/1731978
This commit is contained in:
@@ -453,7 +453,7 @@ double VIEW::ToWorld( double aSize ) const
|
||||
{
|
||||
const MATRIX3x3D& matrix = m_gal->GetScreenWorldMatrix();
|
||||
|
||||
return matrix.GetScale().x * aSize;
|
||||
return fabs( matrix.GetScale().x * aSize );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user