summaryrefslogtreecommitdiff
path: root/GfxEditor.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-11-12 00:35:55 +0000
committerIan C <ianc@noddybox.co.uk>2005-11-12 00:35:55 +0000
commit63f5209cf4c5e1ee36f4bd32948e582cd051d065 (patch)
treea0c88fd3424eeefdb46c9d6ce53eb6a0a9c63db0 /GfxEditor.cs
parentfb9f2ab945ec9795905eb738e115a05354cd6c58 (diff)
Added importing of images
Diffstat (limited to 'GfxEditor.cs')
-rw-r--r--GfxEditor.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/GfxEditor.cs b/GfxEditor.cs
index 25578b9..0e307eb 100644
--- a/GfxEditor.cs
+++ b/GfxEditor.cs
@@ -656,6 +656,11 @@ namespace BitmapSpriteEd
get {return m_bgPreview.BackColor;}
}
+ public void ForceRedraw()
+ {
+ RedrawChar();
+ }
+
#endregion
// -------------------------------------------------------