Work on reference selection for Datum features
This commit is contained in:
committed by
Stefan Tröger
parent
3b81168e41
commit
d8d945a8b6
@@ -270,8 +270,6 @@ void Workbench::activated()
|
||||
if (activeBody != NULL) {
|
||||
Gui::Command::doCommand(Gui::Command::Doc,"import PartDesignGui");
|
||||
Gui::Command::doCommand(Gui::Command::Gui,"PartDesignGui.setActivePart(App.activeDocument().%s)", activeBody->getNameInDocument());
|
||||
// Move selection to the Tip feature so that the user can start creating new features right away
|
||||
Gui::Command::doCommand(Gui::Command::Gui,"Gui.Selection.addSelection(App.ActiveDocument.%s.Tip)", activeBody->getNameInDocument());
|
||||
}
|
||||
|
||||
addTaskWatcher(Watcher);
|
||||
|
||||
Reference in New Issue
Block a user