Fix crash on set constraints to virtual space
Reverting fix for show only filtered constraints
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user