mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
Added GUI_App and MainFrame
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <boost/nowide/iostream.hpp>
|
||||
|
||||
#include "slic3r/GUI/GUI.hpp"
|
||||
#include "slic3r/GUI/GUI_App.hpp"
|
||||
|
||||
using namespace Slic3r;
|
||||
|
||||
@@ -252,9 +253,12 @@ main(int argc, char **argv)
|
||||
#endif
|
||||
|
||||
|
||||
MyApp *gui = new MyApp();
|
||||
// MyApp *gui = new MyApp();
|
||||
GUI::GUI_App *gui = new GUI::GUI_App();
|
||||
|
||||
// MyApp::SetInstance(gui);
|
||||
GUI::GUI_App::SetInstance(gui);
|
||||
|
||||
MyApp::SetInstance(gui);
|
||||
wxEntry(argc, argv);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user