Gui: [skip ci] bind spin boxes to object in Placement dialog

This commit is contained in:
wmayer
2020-03-27 17:08:08 +01:00
parent f501198832
commit 5c4ddf42ee
3 changed files with 23 additions and 0 deletions

View File

@@ -1932,6 +1932,7 @@ void PlacementEditor::browse()
}
task->setPlacement(value().value<Base::Placement>());
task->setPropertyName(propertyname);
task->bindObject();
Gui::Control().showDialog(task);
}