Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-04-13 19:22:06 +0300
committerYuSanka <yusanka@gmail.com>2018-04-13 19:22:06 +0300
commit215c2082d3bb011f5ba95cd03b8614abafb488e8 (patch)
tree25d6449dc042876a8a6db88f5c561864c4933361 /xs/src/slic3r/GUI/Tab.hpp
parent64976c249d854572b9227e3283f35172e9d1a4a0 (diff)
Decorated "bed_shape" and "compatible_printers" labels
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.hpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/Tab.hpp b/xs/src/slic3r/GUI/Tab.hpp
index 9465f86b4..c69f4285d 100644
--- a/xs/src/slic3r/GUI/Tab.hpp
+++ b/xs/src/slic3r/GUI/Tab.hpp
@@ -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();