Property: dropping isorderrelevant boolean member in favour of bit in the status of the properties

This commit is contained in:
Abdullah Tahiri
2018-11-17 15:22:34 +01:00
committed by wmayer
parent a7e0b93dd1
commit bf6f2b855d
3 changed files with 6 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ void PropertyGeometryList::Restore(Base::XMLReader &reader)
e.ReportException();
if(isOrderRelevant) {
if(isOrderRelevant()) {
// Pushes the best try by the Geometry class
values.push_back(newG);
}