mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
NEW:added dark mode
Change-Id: I3f61f1d93020e0a9dfba2c7d6cf6bf5194effcfa
This commit is contained in:
parent
6ae575d885
commit
6f4e80bbb6
78 changed files with 2021 additions and 398 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "BedShapeDialog.hpp"
|
||||
#include "GUI.hpp"
|
||||
#include "wxExtensions.hpp"
|
||||
#include "Widgets/Button.hpp"
|
||||
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
@ -549,10 +550,10 @@ struct ConfigWizard::priv
|
|||
ConfigWizardPage *page_current = nullptr;
|
||||
ConfigWizardIndex *index = nullptr;
|
||||
//wxButton *btn_sel_all = nullptr;
|
||||
wxButton *btn_prev = nullptr;
|
||||
wxButton *btn_next = nullptr;
|
||||
wxButton *btn_finish = nullptr;
|
||||
wxButton *btn_cancel = nullptr;
|
||||
Button *btn_prev = nullptr;
|
||||
Button *btn_next = nullptr;
|
||||
Button *btn_finish = nullptr;
|
||||
Button *btn_cancel = nullptr;
|
||||
|
||||
//PagePrinters *page_fff = nullptr;
|
||||
//PagePrinters *page_msla = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue