From 63f5209cf4c5e1ee36f4bd32948e582cd051d065 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 12 Nov 2005 00:35:55 +0000 Subject: Added importing of images --- GfxEditor.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GfxEditor.cs') 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 // ------------------------------------------------------- -- cgit v1.2.3