summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index d56a07048..cc8b55d7f 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -424,7 +424,7 @@ void gui_window_start_throbber(struct gui_window *g)
}
g->throbbing = true;
- g->shared->throbber_frame = 1;
+ if(g->shared->throbber_frame == 0) g->shared->throbber_frame = 1;
ami_throbber_redraw_schedule(throbber_update_interval, g);
}