summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index a84972789..d67310d08 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2121,7 +2121,7 @@ void ami_handle_msg(void)
{
/* Catch any reformats tagged by the core - only used by scale? */
if(gwin->bw->reformat_pending) {
- ami_do_redraw(gwin);
+ ami_schedule_redraw(gwin, true);
}
if(gwin->bw->window->throbbing)