slot view needs to know the machine.

This commit is contained in:
Kelvin Sherlock 2021-06-03 23:03:29 -04:00
parent d348c15dc5
commit 6215a0df12
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ static unsigned RootKey = 0;
NSDictionary *dict = [bookmark objectForKey: @"slots"];
[self setMachine: [bookmark objectForKey: @"machine"]];
[self resetSlots: nil];
for (Slot *item in _root) {
[item reserialize: dict];