From e329e3c03a4fe6d580dd933a412265cf19f45f63 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 Oct 2014 21:02:29 +0100 Subject: Ensure correct initial scale. --- riscos/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/window.c b/riscos/window.c index bce6721ad..389c2f819 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -430,7 +430,7 @@ static struct gui_window *gui_window_create(struct browser_window *bw, g->active = false; strcpy(g->title, "NetSurf"); g->iconise_icon = -1; - g->scale = 1.0; + g->scale = browser_window_get_scale(bw); /* Set the window position */ if (existing != NULL && -- cgit v1.2.3