mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Custom control : Implemented update items visibility in respect to the mode
This commit is contained in:
parent
534a2f5d33
commit
1b3c288b35
5 changed files with 210 additions and 151 deletions
|
@ -56,6 +56,9 @@ public:
|
|||
wxColour* full_Label_color {nullptr};
|
||||
widget_t widget {nullptr};
|
||||
std::function<wxWindow*(wxWindow*)> near_label_widget{ nullptr };
|
||||
wxWindow* near_label_widget_win {nullptr};
|
||||
wxSizer* widget_sizer {nullptr};
|
||||
wxSizer* extra_widget_sizer {nullptr};
|
||||
|
||||
void append_option(const Option& option) {
|
||||
m_options.push_back(option);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue