mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
Fix continuous throbber.
svn path=/trunk/netsurf/; revision=6762
This commit is contained in:
parent
b45e6e851c
commit
72f99e36bb
@ -875,11 +875,13 @@ throbber_advance(void *pw)
|
||||
g->throbber_index = 8;
|
||||
break;
|
||||
|
||||
default:
|
||||
case 8:
|
||||
image = &throbber0;
|
||||
g->throbber_index = 0;
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
if (g->throbber_index >= 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user