From cd13a302e3dc49476b68216b3fc0dabf9ea0ca81 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sun, 19 May 2024 13:48:27 +0200 Subject: [PATCH] CustomSkinEditor - Fix uv picturebox showing outline after Clear Selection --- PCK-Studio/Forms/Editor/CustomSkinEditor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PCK-Studio/Forms/Editor/CustomSkinEditor.cs b/PCK-Studio/Forms/Editor/CustomSkinEditor.cs index 886469f5..299edb2d 100644 --- a/PCK-Studio/Forms/Editor/CustomSkinEditor.cs +++ b/PCK-Studio/Forms/Editor/CustomSkinEditor.cs @@ -375,6 +375,7 @@ namespace PckStudio.Forms.Editor { skinPartListBox.ClearSelected(); renderer3D1.SelectedIndex = skinPartListBox.SelectedIndex; + uvPictureBox.Image = _skin.Model.Texture; } private void skinAnimateCheckBox_CheckedChanged(object sender, EventArgs e)