mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 17:34:33 +00:00
CustomSkinEditor - Fix uv picturebox showing outline after Clear Selection
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user