merge

Sun, 12 Oct 2025 17:37:54 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 12 Oct 2025 17:37:54 +0200
changeset 843
9d958108c415
parent 842
2ba50231b255 (diff)
parent 841
651cf2c59dd9 (current diff)
child 844
3106d9ca2f9c

merge

--- a/ui/gtk/webview.c	Sun Oct 12 12:01:03 2025 +0200
+++ b/ui/gtk/webview.c	Sun Oct 12 17:37:54 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