mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Decorated "bed_shape" and "compatible_printers" labels
This commit is contained in:
parent
64976c249d
commit
215c2082d3
4 changed files with 56 additions and 17 deletions
|
@ -93,7 +93,7 @@ public:
|
|||
/// but defining it as const means a lot of const_casts to deal with wx functions.
|
||||
inline wxWindow* parent() const { return m_parent; }
|
||||
|
||||
void append_line(const Line& line);
|
||||
void append_line(const Line& line, wxStaticText** colored_Label = nullptr);
|
||||
Line create_single_option_line(const Option& option) const;
|
||||
void append_single_option_line(const Option& option) { append_line(create_single_option_line(option)); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue