1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Trying to redefine GUI_App::MacOpenFiles to get events from the Finder

This commit is contained in:
bubnikv
2019-01-09 15:40:12 +01:00
parent a476e4ca0f
commit c258375fe2
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -144,6 +144,11 @@ public:
void delete_tab_from_list(Tab* tab);
void load_current_presets();
#ifdef __APPLE__
// wxWidgets override to get an event on open files.
void MacOpenFiles(const wxArrayString &fileNames) override;
#endif /* __APPLE */
Sidebar& sidebar();
ObjectManipulation* obj_manipul();
ObjectSettings* obj_settings();