TextureAtlasEditor - Fix clear button not reseting color

This commit is contained in:
miku-666
2025-11-09 02:36:03 +01:00
parent d46f8d95a7
commit 92dde14732

View File

@@ -525,7 +525,7 @@ namespace PckStudio.Forms.Editor
{
variantComboBox.Enabled = true;
variantComboBox_SelectedIndexChanged(sender, e);
selectTilePictureBox.BlendColor = Color.White;
clearColorButton.Enabled = false;
}