Reload displayed object on import

This commit is contained in:
Kurt 2020-04-22 23:43:12 -07:00
parent f49d223e7b
commit 94c141393f

View File

@ -117,6 +117,7 @@ private void B_LoadHouse_Click(object sender, EventArgs e)
var current = Houses[Index];
h.NPC1 = current.NPC1;
Houses[Index] = h;
PG_Item.SelectedObject = h;
}
}
}