bugfix: pads edited with properties dialog were not refreshed.
bugfix: changing track width/via size using the dropdown menu when custom size was enabled did not change anything.
This commit is contained in:
parent
5134781a38
commit
553996e7be
|
@ -270,6 +270,7 @@ int EDIT_TOOL::Properties( TOOL_EVENT& aEvent )
|
||||||
|
|
||||||
updateRatsnest( true );
|
updateRatsnest( true );
|
||||||
getModel<BOARD>()->GetRatsnest()->Recalculate();
|
getModel<BOARD>()->GetRatsnest()->Recalculate();
|
||||||
|
item->ViewUpdate();
|
||||||
|
|
||||||
m_toolMgr->RunAction( COMMON_ACTIONS::pointEditorUpdate );
|
m_toolMgr->RunAction( COMMON_ACTIONS::pointEditorUpdate );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue