From 33017193d2ca0b7b18e65526f93feb2fe3bfec46 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 21 May 2005 01:28:48 +0000 Subject: Changed so that editing allows alpha to be used. Font import still not working correctly. --- DropShadowForm.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'DropShadowForm.cs') 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) { -- cgit v1.2.3