ResetBoxNames in UpdateBoxViewers (#3839)

This commit is contained in:
javierhimura 2023-03-19 18:33:55 +01:00 committed by GitHub
parent 994685cad5
commit 66d897c41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ public partial class SAVEditor : UserControl, ISlotViewer<PictureBox>, ISaveFile
{ {
v.FlagIllegal = Box.FlagIllegal; v.FlagIllegal = Box.FlagIllegal;
v.ResetSlots(); v.ResetSlots();
v.ResetBoxNames();
} }
} }