diff --git a/eeschema/sheet.cpp b/eeschema/sheet.cpp index 85feb76f0a..b129df68a0 100644 --- a/eeschema/sheet.cpp +++ b/eeschema/sheet.cpp @@ -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; }