Fixed bugs in various features that reversed the list of selections
This commit is contained in:
committed by
Stefan Tröger
parent
f91d5013a3
commit
5376e3a3e5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user