Browse Source

Notify property inspector after sheet properties dialog.

newinvert
Jeff Young 2 years ago
parent
commit
82e353deb7
  1. 2
      eeschema/sheet.cpp

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

Loading…
Cancel
Save