mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Custom control : Fixed color of the colored label, associated with option, which doesn't have a corresponded field
This commit is contained in:
parent
7022fb0891
commit
534a2f5d33
5 changed files with 38 additions and 15 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
wxString label_tooltip {wxString("")};
|
||||
size_t full_width {0};
|
||||
wxStaticText** full_Label {nullptr};
|
||||
wxColor* full_Label_color {nullptr};
|
||||
wxColour* full_Label_color {nullptr};
|
||||
widget_t widget {nullptr};
|
||||
std::function<wxWindow*(wxWindow*)> near_label_widget{ nullptr };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue