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:
parent
07ab97a58b
commit
f3b92903e2
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue