From 7d0e44b977c53cdfd8ad960edc5191bc458fed62 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 14 Nov 2012 15:34:30 +0000
Subject: [PATCH] remove the Print front window stuff: it crashes

---
 Fltk/FlGui.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp
index 3ad61ffbd3..f2388dcd8a 100644
--- a/Fltk/FlGui.cpp
+++ b/Fltk/FlGui.cpp
@@ -232,6 +232,7 @@ FlGui::FlGui(int argc, char **argv)
 
   // add callback to respond to Mac Finder
 #if defined(__APPLE__)
+  Fl_Mac_App_Menu::print = ""; // remove this: it crashes
   fl_open_callback(OpenProjectMacFinder);
   fl_mac_set_about(help_about_cb, 0);
 #endif
-- 
GitLab