Fix mixed line endings
This commit is contained in:
@@ -203,7 +203,7 @@ void TaskTransformedParameters::onButtonAddFeature(bool checked)
|
||||
void TaskTransformedParameters::checkVisibility() {
|
||||
auto feat = getObject();
|
||||
auto body = feat->getFeatureBody();
|
||||
if(!body)
|
||||
if(!body)
|
||||
return;
|
||||
auto inset = feat->getInListEx(true);
|
||||
inset.emplace(feat);
|
||||
|
||||
Reference in New Issue
Block a user