ui/gtk/webview.c

changeset 842
2ba50231b255
parent 801
e096c441e874
child 962
7016bcb8d38b
--- a/ui/gtk/webview.c	Sun Oct 12 09:17:37 2025 +0200
+++ b/ui/gtk/webview.c	Sun Oct 12 17:37:16 2025 +0200
@@ -96,7 +96,7 @@
     }
     
     ui_webview_enable_javascript(g, data->javascript);
-    webkit_web_view_set_zoom_level(data->webview, data->zoom);
+    ui_webview_set_zoom(g, data->zoom);
     
     return 0;
 }

mercurial