Skip to content

Commit

Permalink
PartDesign: points are selectable for Datum support
Browse files Browse the repository at this point in the history
  • Loading branch information
usakhelo authored and yorikvanhavre committed Sep 30, 2016
1 parent 3844300 commit 9907694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/PartDesign/Gui/TaskDatumParameters.cpp
Expand Up @@ -223,7 +223,7 @@ TaskDatumParameters::TaskDatumParameters(ViewProviderDatum *DatumView,QWidget *p

DatumView->setPickable(false);

Gui::Selection().addSelectionGate(new NoDependentsSelection(DatumView->getObject(), true, true, true));
Gui::Selection().addSelectionGate(new NoDependentsSelection(DatumView->getObject(), true, true, true, true));

// connect object deletion with slot
auto bnd = boost::bind(&TaskDatumParameters::objectDeleted, this, _1);
Expand Down

0 comments on commit 9907694

Please sign in to comment.