summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 367d770b9..82a041d95 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -1648,7 +1648,7 @@ bool ro_gui_window_keypress(struct gui_window *g, int key, bool toolbar)
if (old_scale != current_gui->option.scale) {
current_gui->reformat_pending = true;
if ((content) && (content->type != CONTENT_HTML))
- gui_window_redraw(current_gui, 0, 0, 16384, 16384);
+ browser_window_update(current_gui->bw, false);
gui_reformat_pending = true;
}
return true;