Fixed bugs in various features that reversed the list of selections

This commit is contained in:
jrheinlaender
2013-10-15 20:51:56 +02:00
committed by Stefan Tröger
parent f91d5013a3
commit 5376e3a3e5
14 changed files with 70 additions and 87 deletions

View File

@@ -96,8 +96,8 @@ const bool TaskDressUpParameters::referenceSelected(const Gui::SelectionChanges&
else
return false;
}
pcDressUp->Base.setValue(base, refs);
DressUpView->highlightReferences(false);
pcDressUp->Base.setValue(base, refs);
pcDressUp->getDocument()->recomputeFeature(pcDressUp);
return true;