Fix crash on set constraints to virtual space

Reverting fix for show only filtered constraints
This commit is contained in:
Matthias Danner
2025-07-27 20:09:49 +02:00
committed by Chris Hennes
parent 80cad2a44e
commit 2477b9a976

View File

@@ -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);