Skip to content
Snippets Groups Projects
Commit 62b95790 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

rm brackets

parent 6a36413a
No related branches found
No related tags found
1 merge request!2278Follow-up !2277
Pipeline #125666 passed
......@@ -182,9 +182,8 @@ void SampleForm::onAboutToRemoveLayer(LayerItem* layerItem)
void SampleForm::updateRowVisibilities()
{
for (auto* c : findChildren<LayerForm*>()) {
for (auto* c : findChildren<LayerForm*>())
c->updateLayerPositionDependentElements();
}
}
LayerForm* SampleForm::findNextLayerForm(QWidget* w)
......
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