Evidently the sheet client list isn't kept up-to-date.

Fixes https://gitlab.com/kicad/code/kicad/issues/5021
This commit is contained in:
Jeff Young 2020-08-02 19:57:43 +01:00
parent 07ab97a58b
commit f3b92903e2
1 changed files with 2 additions and 0 deletions

View File

@ -686,6 +686,8 @@ bool SCH_EDIT_FRAME::SaveProject()
return false;
}
screens.BuildClientSheetPathList();
for( size_t i = 0; i < screens.GetCount(); i++ )
{
screen = screens.GetScreen( i );