mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-06 01:16:05 +08:00
Wxwidget MacOpenURL override
This commit is contained in:
parent
67def89334
commit
d89719a58f
@ -2778,6 +2778,12 @@ void GUI_App::MacOpenFiles(const wxArrayString &fileNames)
|
|||||||
start_new_gcodeviewer(&filename);
|
start_new_gcodeviewer(&filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GUI_App::MacOpenURL(const wxString& url)
|
||||||
|
{
|
||||||
|
show_error(nullptr, L"MacOpenURL: " + url);
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* __APPLE */
|
#endif /* __APPLE */
|
||||||
|
|
||||||
Sidebar& GUI_App::sidebar()
|
Sidebar& GUI_App::sidebar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user