From 991d87d42141cace2d38e9653b3751305453c6ac Mon Sep 17 00:00:00 2001 From: MayNL Date: Sat, 4 Jul 2026 15:33:10 -0400 Subject: [PATCH] Fix for armor buttons displayed wrong after import --- PCK-Studio/Controls/Editor/SkinAdjustmentsEditorControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Controls/Editor/SkinAdjustmentsEditorControl.cs b/PCK-Studio/Controls/Editor/SkinAdjustmentsEditorControl.cs index d1b3dddd..8e27a190 100644 --- a/PCK-Studio/Controls/Editor/SkinAdjustmentsEditorControl.cs +++ b/PCK-Studio/Controls/Editor/SkinAdjustmentsEditorControl.cs @@ -183,7 +183,7 @@ namespace PckStudio.Controls { legAnimationComboBox.SelectedIndex = 0; } - + RefreshControls(); } public SkinANIM GetAnim()