summaryrefslogtreecommitdiff
path: root/DropShadowForm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DropShadowForm.cs')
-rw-r--r--DropShadowForm.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/DropShadowForm.cs b/DropShadowForm.cs
index ac3b55f..2446042 100644
--- a/DropShadowForm.cs
+++ b/DropShadowForm.cs
@@ -306,10 +306,9 @@ namespace BitmapFontEd
void OnSelectColor(object sender, System.EventArgs e)
{
- ColorDialog d=new ColorDialog();
+ AlphaColourDialog d=new AlphaColourDialog("Select shadow colour");
d.Color=m_color.BackColor;
- d.FullOpen=true;
if (d.ShowDialog()==DialogResult.OK)
{