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:
Jeff Young 2025-09-08 18:29:28 +01:00
parent 01f6776226
commit 0a162ded84

View File

@ -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() );