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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-08-13 10:37:44 +0300
committerYuSanka <yusanka@gmail.com>2019-08-20 10:52:00 +0300
commit3e62d7ae64f1f09f08a21708f5b21794ce2b12b5 (patch)
treeb9be4714850e666190c7c6d1212291bca8751b62 /src/slic3r/GUI/Tab.hpp
parenta83da0f72cda17120cff27a0ed569d99d8e3157d (diff)
Implemented button "Reset to Filament Color"
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index efefc47c5..0a9070700 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -371,6 +371,7 @@ public:
wxButton* m_serial_test_btn = nullptr;
ScalableButton* m_print_host_test_btn = nullptr;
ScalableButton* m_printhost_browse_btn = nullptr;
+ ScalableButton* m_reset_to_filament_color = nullptr;
size_t m_extruders_count;
size_t m_extruders_count_old = 0;