mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 09:42:38 +03:00
Stop the throbber resetting itself to frame 1
This commit is contained in:
parent
ab5b2d9afe
commit
f5c62c2291
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user