Toponaming/Part: Move missed attacher code into place
This commit is contained in:
@@ -129,7 +129,7 @@ void UnifiedDatumCommand(Gui::Command &cmd, Base::Type type, std::string name)
|
||||
//test if current selection fits a mode.
|
||||
if (support.getSize() > 0) {
|
||||
Part::AttachExtension* pcDatum = Feat->getExtensionByType<Part::AttachExtension>();
|
||||
pcDatum->attacher().references.Paste(support);
|
||||
pcDatum->attacher().setReferences(support);
|
||||
SuggestResult sugr;
|
||||
pcDatum->attacher().suggestMapModes(sugr);
|
||||
if (sugr.message == Attacher::SuggestResult::srOK) {
|
||||
|
||||
Reference in New Issue
Block a user