Mark schematic as dirty

Notify schematic of changes when window is closed
This commit is contained in:
Oliver Walters 2017-04-16 16:43:59 +10:00 committed by Wayne Stambaugh
parent 5126332c57
commit 8dd4aca73b
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ void DIALOG_BOM_EDITOR::OnBomEditorClosed( wxCloseEvent& event )
m_bom->ApplyFieldChanges();
m_parent->Refresh();
}
m_parent->OnModify();
}
Destroy();