DoubleSlider: Added calculation of the new color for "ColorChange"

This commit is contained in:
YuSanka 2021-11-18 08:45:41 +01:00
parent 8a4323c5b9
commit b3074ad2cc
3 changed files with 232 additions and 0 deletions

View file

@ -189,6 +189,7 @@ set(SLIC3R_GUI_SOURCES
GUI/Mouse3DController.hpp
GUI/DoubleSlider.cpp
GUI/DoubleSlider.hpp
GUI/DoubleSlider_Utils.hpp
GUI/Notebook.cpp
GUI/Notebook.hpp
GUI/ObjectDataViewModel.cpp