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:
Maciej Suminski 2014-07-09 11:22:43 +02:00
parent 5134781a38
commit 553996e7be
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ int EDIT_TOOL::Properties( TOOL_EVENT& aEvent )
updateRatsnest( true );
getModel<BOARD>()->GetRatsnest()->Recalculate();
item->ViewUpdate();
m_toolMgr->RunAction( COMMON_ACTIONS::pointEditorUpdate );
}