diff --git a/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs b/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs index 9e9a181f..91502a8a 100644 --- a/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs +++ b/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs @@ -525,7 +525,7 @@ namespace PckStudio.Forms.Editor { variantComboBox.Enabled = true; - variantComboBox_SelectedIndexChanged(sender, e); + selectTilePictureBox.BlendColor = Color.White; clearColorButton.Enabled = false; }