App: expose some property status bits to PropertyContainerPy
This commit is contained in:
@@ -197,6 +197,8 @@ static const std::map<std::string, int> &getStatusMap() {
|
||||
statusMap["LockDynamic"] = Property::LockDynamic;
|
||||
statusMap["NoModify"] = Property::NoModify;
|
||||
statusMap["PartialTrigger"] = Property::PartialTrigger;
|
||||
statusMap["NoRecompute"] = Property::NoRecompute;
|
||||
statusMap["CopyOnChange"] = Property::CopyOnChange;
|
||||
}
|
||||
return statusMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user