Eeschema: Set modified flag after "Append Schematic Sheet"

This commit is contained in:
Martin d'Allens 2016-02-09 18:56:10 -05:00 committed by Wayne Stambaugh
parent 48435c5cb3
commit d451800d0a
1 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,8 @@ bool SCH_EDIT_FRAME::AppendOneEEProject()
bs = nextbs;
}
}
OnModify();
// redraw base screen (ROOT) if necessary
GetScreen()->SetGrid( ID_POPUP_GRID_LEVEL_1000 + m_LastGridSizeId );