Commit 553996e7 authored by Maciej Suminski's avatar Maciej Suminski

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.
parent 5134781a
...@@ -270,6 +270,7 @@ int EDIT_TOOL::Properties( TOOL_EVENT& aEvent ) ...@@ -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 );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment