From 2ab5636619d6e0a44c32e10cd71c9f99c5fe5977 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 13 Jan 2011 17:20:13 +0000 Subject: Zooming, opening files, accepting http and https URLs svn path=/trunk/netsurf/; revision=11310 --- cocoa/gui.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/gui.m') diff --git a/cocoa/gui.m b/cocoa/gui.m index 4864d8897..15b7ea46b 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -249,7 +249,7 @@ void gui_window_save_link(struct gui_window *g, const char *url, void gui_window_set_scale(struct gui_window *g, float scale) { - UNIMPL(); + gui_window_redraw_window( g ); } -- cgit v1.2.3