Eeschema: Set modified flag after "Append Schematic Sheet"

This commit is contained in:
Martin d'Allens 2016-01-23 10:25:07 -05:00 committed by Chris Pavlina
parent d24bd85bf5
commit d18baf1487
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 );