diff options
Diffstat (limited to 'GfxEditor.cs')
-rw-r--r-- | GfxEditor.cs | 5 |
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
// -------------------------------------------------------
|