CustomSkinEditor - Fix uv picturebox showing outline after Clear Selection

This commit is contained in:
miku-666
2024-05-19 13:48:27 +02:00
parent caf12568ae
commit cd13a302e3

View File

@@ -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)