From 92dde1473238bc3cc4ce23afadf6033fcf565c0e Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sun, 9 Nov 2025 02:36:03 +0100 Subject: [PATCH] TextureAtlasEditor - Fix clear button not reseting color --- PCK-Studio/Forms/Editor/TextureAtlasEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }