Fix crash on set constraints to virtual space

Reverting fix for show only filtered constraints
This commit is contained in:
Matthias Danner
2025-08-09 13:59:17 -05:00
committed by Chris Hennes
parent 80cad2a44e
commit 2477b9a976
@@ -961,7 +961,7 @@ TaskSketcherConstraints::TaskSketcherConstraints(ViewProviderSketch* sketchView)
//NOLINTBEGIN
connectionConstraintsChanged = sketchView->signalConstraintsChanged.connect(
std::bind(&SketcherGui::TaskSketcherConstraints::updateList, this));
std::bind(&SketcherGui::TaskSketcherConstraints::slotConstraintsChanged, this));
//NOLINTEND
this->groupLayout()->addWidget(proxy);