mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Go back to checking points from the front.
We want to prefer a primary point (ie: a rectangle corner) to a secondary point (ie: a rounded-rect radius adjuster).
This commit is contained in:
parent
01f6776226
commit
0a162ded84
@ -2076,8 +2076,7 @@ int PCB_POINT_EDITOR::OnSelectionChange( const TOOL_EVENT& aEvent )
|
||||
m_preview.FreeItems();
|
||||
getView()->Add( &m_preview );
|
||||
|
||||
RECT_RADIUS_TEXT_ITEM* radiusHelper = new RECT_RADIUS_TEXT_ITEM( pcbIUScale,
|
||||
editFrame->GetUserUnits() );
|
||||
RECT_RADIUS_TEXT_ITEM* radiusHelper = new RECT_RADIUS_TEXT_ITEM( pcbIUScale, editFrame->GetUserUnits() );
|
||||
m_preview.Add( radiusHelper );
|
||||
|
||||
getView()->Add( m_editPoints.get() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user