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:
Diffstat (limited to 'src/slic3r/GUI/DoubleSlider.hpp')
-rw-r--r--src/slic3r/GUI/DoubleSlider.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/DoubleSlider.hpp b/src/slic3r/GUI/DoubleSlider.hpp
index e0f713d87..23275cf2a 100644
--- a/src/slic3r/GUI/DoubleSlider.hpp
+++ b/src/slic3r/GUI/DoubleSlider.hpp
@@ -3,6 +3,7 @@
#include "libslic3r/CustomGCode.hpp"
#include "wxExtensions.hpp"
+#include "DoubleSlider_Utils.hpp"
#include <wx/window.h>
#include <wx/control.h>
@@ -118,6 +119,7 @@ class TickCodeInfo
// int m_default_color_idx = 0;
std::vector<std::string>* m_colors {nullptr};
+ ColorGenerator color_generator;
std::string get_color_for_tick(TickCode tick, Type type, const int extruder);