Mark schematic as dirty
Notify schematic of changes when window is closed
This commit is contained in:
parent
5126332c57
commit
8dd4aca73b
|
@ -153,6 +153,8 @@ void DIALOG_BOM_EDITOR::OnBomEditorClosed( wxCloseEvent& event )
|
|||
m_bom->ApplyFieldChanges();
|
||||
m_parent->Refresh();
|
||||
}
|
||||
|
||||
m_parent->OnModify();
|
||||
}
|
||||
|
||||
Destroy();
|
||||
|
|
Loading…
Reference in New Issue