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>2020-02-14 11:51:51 +0300
committerYuSanka <yusanka@gmail.com>2020-02-14 11:52:27 +0300
commit3ffc5657229e1f0f954f96aebf9268d7852a2035 (patch)
treed88018dae43ae3855e559e6f0d3c1a8299783ce0 /src/slic3r/GUI/OptionsGroup.cpp
parent1399696b042358b70a5835ec4611de3bd0857149 (diff)
DoubleSlider:colored_band: Fixed get a correct color for extruder, when it's changed from Settings Tab
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.cpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.cpp b/src/slic3r/GUI/OptionsGroup.cpp
index 444f92bf7..f507f0e4a 100644
--- a/src/slic3r/GUI/OptionsGroup.cpp
+++ b/src/slic3r/GUI/OptionsGroup.cpp
@@ -131,8 +131,10 @@ void OptionsGroup::append_line(const Line& line, wxStaticText** full_Label/* = n
// Set sidetext width for a better alignment of options in line
if (option_set.size() > 1) {
sidetext_width = Field::def_width_thinner();
+ /* Temporary commented till UI-review will be completed
if (m_show_modified_btns) // means that options groups are in tabs
sublabel_width = Field::def_width();
+ */
}
// add mode value for current line to m_options_mode