mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -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
|
@ -126,6 +126,7 @@ public:
|
|||
DynamicPrintConfig* m_config;
|
||||
std::string m_nonsys_btn_icon;
|
||||
ogStaticText* m_parent_preset_description_line;
|
||||
wxStaticText* m_colored_Label = nullptr;
|
||||
|
||||
public:
|
||||
Tab() {}
|
||||
|
@ -166,6 +167,7 @@ public:
|
|||
void update_changed_ui();
|
||||
void update_full_options_list();
|
||||
void update_sys_ui_after_sel_preset();
|
||||
void get_sys_and_mod_flags(const std::string& opt_key, bool& sys_page, bool& modified_page);
|
||||
void update_changed_tree_ui();
|
||||
void update_undo_buttons();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue