diff options
-rw-r--r-- | src/dillo.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 0a68cb59..79160878 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -508,6 +508,10 @@ int main(int argc, char **argv) Fl_Window::default_xclass("dillo"); Fl::scheme(prefs.theme); + + // Disable drag and drop as it crashes on MacOSX + Fl::dnd_text_ops(0); + setColors(); if (!prefs.show_ui_tooltip) { |