summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index a0d37b0b2..3c8b6e11a 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -212,7 +212,7 @@ bool ami_history_click(struct history_window *hw,uint16 code)
case SELECTUP:
history_click(hw->bw,history_current,x,y,false);
ami_history_redraw(hw);
- ami_do_redraw(hw->bw->window->shared);
+ ami_schedule_redraw(hw->bw->window->shared, true);
break;
case MIDDLEUP: