Notify property inspector after sheet properties dialog.

This commit is contained in:
Jeff Young 2024-02-05 19:10:22 +00:00
parent e98d1c968e
commit 82e353deb7
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}