mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
GalleryDialog: Added process of the "Close" button
SavePresetDialog: To correct "darkmodding" the wxRadioBox was changed to the wxStaticBoxSizer with radio buttons + Some code cleaning
This commit is contained in:
parent
bda128c166
commit
44f1dac8c7
6 changed files with 28 additions and 22 deletions
|
@ -10,7 +10,6 @@
|
|||
class wxString;
|
||||
class wxStaticText;
|
||||
class wxComboBox;
|
||||
class wxRadioBox;
|
||||
class wxStaticBitmap;
|
||||
|
||||
namespace Slic3r {
|
||||
|
@ -64,7 +63,6 @@ class SavePresetDialog : public DPIDialog
|
|||
|
||||
wxBoxSizer* m_presets_sizer {nullptr};
|
||||
wxStaticText* m_label {nullptr};
|
||||
wxRadioBox* m_action_radio_box {nullptr};
|
||||
wxBoxSizer* m_radio_sizer {nullptr};
|
||||
ActionType m_action {UndefAction};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue