mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH:use high contrast icons in dark mode
fixed STUDIO-2033 Change-Id: Ibfbc40b02f5333d80d2875d88bb3029109256e4a
This commit is contained in:
parent
c6e49af3fe
commit
ccfc61492b
3 changed files with 15 additions and 3 deletions
|
@ -381,8 +381,8 @@ public:
|
|||
PrintDialogStatus get_status() { return m_print_status; }
|
||||
|
||||
bool is_same_printer_model();
|
||||
|
||||
bool Show(bool show);
|
||||
void sys_color_changed();
|
||||
bool Show(bool show);
|
||||
|
||||
/* model */
|
||||
wxObjectDataPtr<MachineListModel> machine_model;
|
||||
|
@ -431,7 +431,7 @@ protected:
|
|||
void on_set_finish_mapping(wxCommandEvent &evt);
|
||||
void on_print_job_cancel(wxCommandEvent &evt);
|
||||
void set_default();
|
||||
void on_timer(wxTimerEvent &event);
|
||||
void on_timer(wxTimerEvent& event);
|
||||
void on_selection_changed(wxCommandEvent &event);
|
||||
void Enable_Refresh_Button(bool en);
|
||||
void Enable_Send_Button(bool en);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue