summaryrefslogtreecommitdiff
path: root/DropShadowForm.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-05-21 01:28:48 +0000
committerIan C <ianc@noddybox.co.uk>2005-05-21 01:28:48 +0000
commit33017193d2ca0b7b18e65526f93feb2fe3bfec46 (patch)
tree0926c37d149e9643e92b0e775c436e10d48b3f72 /DropShadowForm.cs
parentcac0e5a6f3baeaa2e891677c79bba00ff3c44e1a (diff)
Changed so that editing allows alpha to be used. Font import still not working correctly.
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)
{