diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 9cc9e3f5..a56f977d 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -610,6 +610,8 @@ namespace PckStudio if (TryGetCurrentEditor(out IEditor editor) && editor.EditorValue.File.xmlVersion != version) { editor.EditorValue.File.xmlVersion = version; + if(Settings.Default.UseCustomSkinIcons || Settings.Default.UseCustomCapeIcons) + editor.UpdateView(); // reset all custom node icons Console.WriteLine($"New XMLVersion: {editor.TitleName} {editor.EditorValue.File.xmlVersion}"); } }