summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-11-09 18:29:01 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-11-09 18:29:01 +0000
commitdde5f820ea08828a500a096f53302e369a7388c1 (patch)
tree7ec475bac336b570b8b6fe26bc38fc1c95bb461f /riscos
parent32c1dd0f1dca50a0f61a521fc380164b55d77c3f (diff)
downloadnetsurf-dde5f820ea08828a500a096f53302e369a7388c1.tar.gz
netsurf-dde5f820ea08828a500a096f53302e369a7388c1.tar.bz2
[project @ 2004-11-09 18:29:01 by rjw]
Lose the flicker for themes with a left-aligned throbber svn path=/import/netsurf/; revision=1352
Diffstat (limited to 'riscos')
-rw-r--r--riscos/theme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index c679e56f1..220296609 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -1238,11 +1238,12 @@ bool ro_gui_theme_process_toolbar(struct toolbar *toolbar, int width) {
throbber_x, 0,
throbber_x + toolbar->descriptor->theme->throbber_width,
toolbar->height);
- if (toolbar->descriptor->throbber_right)
+ if (toolbar->descriptor->throbber_right) {
xwimp_force_redraw(toolbar->toolbar_handle,
old_width - width + throbber_x, 0, 16384, 16384);
xwimp_force_redraw(toolbar->toolbar_handle,
throbber_x, 0, 16384, 16384);
+ }
} else {
xwimp_resize_icon(toolbar->toolbar_handle, ICON_TOOLBAR_THROBBER,