The Birdfont Source Code
Skip context menu settings in WebKit
These changes was commited to the Birdfont repository Thu, 16 Jun 2016 18:28:07 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Skip context menu settings in WebKit
--- a/birdfont/GtkWindow.vala
+++ b/birdfont/GtkWindow.vala
@@ -93,8 +93,6 @@
glyph_canvas_area = new GlyphCanvasArea (MainWindow.glyph_canvas);
html_canvas = new WebView ();
- html_canvas.get_settings ().enable_default_context_menu = false;
-
html_box = new ScrolledWindow (null, null);
html_box.set_policy (PolicyType.NEVER, PolicyType.AUTOMATIC);
html_box.add (html_canvas);