1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix of an OSX build

This commit is contained in:
test
2020-10-06 11:18:45 +02:00
parent 19c267e890
commit 48e5f53663
-1
View File
@@ -1626,7 +1626,6 @@ bool GUI_App::OnExceptionInMainLoop()
#ifdef __APPLE__
void GUI_App::MacNewFile()
{
wxDocManager::GetDocumentManager()->CreateNewDocument();
m_mac_initialized = true;
}
// wxWidgets override to get an event on open files.