Skip to content
Snippets Groups Projects
Commit 7d0e44b9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove the Print front window stuff: it crashes

parent 42712595
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ FlGui::FlGui(int argc, char **argv) ...@@ -232,6 +232,7 @@ FlGui::FlGui(int argc, char **argv)
// add callback to respond to Mac Finder // add callback to respond to Mac Finder
#if defined(__APPLE__) #if defined(__APPLE__)
Fl_Mac_App_Menu::print = ""; // remove this: it crashes
fl_open_callback(OpenProjectMacFinder); fl_open_callback(OpenProjectMacFinder);
fl_mac_set_about(help_about_cb, 0); fl_mac_set_about(help_about_cb, 0);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment