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:
authorLukas Matena <lukasmatena@seznam.cz>2019-09-24 17:01:01 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-09-24 17:01:01 +0300
commit7861fa50866d2a73e22b8d7ae8d05e07f46257e4 (patch)
treebecd7e741a8c52d5b5e3a85dfeebd7c83b7e9fd7 /src/slic3r/GUI/OptionsGroup.cpp
parentb2e7081d3100217bb05ed300e4524c8113866fc5 (diff)
Whitespace changes to supress misleading indentation warnings
These appear in newer gcc when spaces and tabs are mixed
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.cpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.cpp b/src/slic3r/GUI/OptionsGroup.cpp
index c032aac72..698c1e034 100644
--- a/src/slic3r/GUI/OptionsGroup.cpp
+++ b/src/slic3r/GUI/OptionsGroup.cpp
@@ -133,7 +133,7 @@ void OptionsGroup::append_line(const Line& line, wxStaticText** full_Label/* = n
m_options_mode.push_back(option_set[0].opt.mode);
// if we have a single option with no label, no sidetext just add it directly to sizer
- if (option_set.size() == 1 && label_width == 0 && option_set.front().opt.full_width &&
+ if (option_set.size() == 1 && label_width == 0 && option_set.front().opt.full_width &&
option_set.front().opt.label.empty() &&
option_set.front().opt.sidetext.size() == 0 && option_set.front().side_widget == nullptr &&
line.get_extra_widgets().size() == 0) {