Notify property inspector after sheet properties dialog.
This commit is contained in:
parent
e98d1c968e
commit
82e353deb7
|
@ -600,6 +600,8 @@ bool SCH_EDIT_FRAME::EditSheetProperties( SCH_SHEET* aSheet, SCH_SHEET_PATH* aHi
|
|||
if( dlg.ShowModal() == wxID_CANCEL )
|
||||
return false;
|
||||
|
||||
m_toolManager->ProcessEvent( EVENTS::SelectedItemsModified );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue