http://code.google.com/p/svg-edit/source/detail?r=2046
Modified:
/trunk/editor/svg-editor.css
=======================================
--- /trunk/editor/svg-editor.css Fri Sep 30 07:37:52 2011
+++ /trunk/editor/svg-editor.css Fri Sep 30 07:50:00 2011
@@ -8,6 +8,8 @@
-moz-user-select: none;
-o-user-select: none;
user-select: none;
+ /* this will work for QtWebKit in future */
+ -webkit-user-drag: none;
}
#browser-not-supported {