Skip to content
Snippets Groups Projects
Commit 9e236ab2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent ba8b90d1
No related branches found
No related tags found
1 merge request!2268repair coupling between mask overlay and spinbox (#883)
Pipeline #124867 passed
......@@ -66,8 +66,8 @@ void DoubleSpinBox::replaceProperty(DoubleProperty* d)
setToolTip(d->tooltip());
setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
lineEdit()->setText(toString(m_property->value()));
connect(d, &DoubleProperty::setAndNotifyCalled, this, &DoubleSpinBox::updateValue);
// [this] { updateValue(); });
connect(d, &DoubleProperty::setAndNotifyCalled, this, &DoubleSpinBox::updateValue);
// [this] { updateValue(); });
}
setReadOnly(!m_property);
updateValue();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment