mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-31 11:59:10 -07:00
Custom control : Implemented update items visibility in respect to the mode
This commit is contained in:
committed by
Oleksandra Yushchenko
parent
534a2f5d33
commit
1b3c288b35
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user