diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STColorDialog.cs b/Switch_Toolbox_Library/Forms/Dialogs/STColorDialog.cs index d7ed34ae..1a29f385 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STColorDialog.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STColorDialog.cs @@ -76,8 +76,8 @@ namespace Toolbox.Library.Forms redUD.Value = ColorRGB.R; greenUD.Value = ColorRGB.G; blueUD.Value = ColorRGB.B; - alphaUD.Value = ColorRGB.A; - hexTB.Text = Utils.ColorToHex(colorSelector1.Color); + alphaUD.Value = Alpha; + hexTB.Text = Utils.ColorToHex(NewColor); loaded = true;