|
@@ -176,7 +176,7 @@ void UpdateAttributeInspector(bool fullUpdate = true)
|
|
|
if (fullUpdate)
|
|
if (fullUpdate)
|
|
|
attributesFullDirty = false;
|
|
attributesFullDirty = false;
|
|
|
|
|
|
|
|
- // If full update delete all containers and added them back as necessary
|
|
|
|
|
|
|
+ // If full update delete all containers and add them back as necessary
|
|
|
if (fullUpdate)
|
|
if (fullUpdate)
|
|
|
DeleteAllContainers();
|
|
DeleteAllContainers();
|
|
|
|
|
|
|
@@ -308,7 +308,8 @@ void UpdateAttributeInspector(bool fullUpdate = true)
|
|
|
|
|
|
|
|
void UpdateNodeAttributes()
|
|
void UpdateNodeAttributes()
|
|
|
{
|
|
{
|
|
|
- UpdateAttributes(ToSerializableArray(editNodes), GetNodeContainer().GetChild("AttributeList"), false);
|
|
|
|
|
|
|
+ bool fullUpdate = false;
|
|
|
|
|
+ UpdateAttributes(ToSerializableArray(editNodes), GetNodeContainer().GetChild("AttributeList"), fullUpdate);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void UpdateAttributeInspectorIcons()
|
|
void UpdateAttributeInspectorIcons()
|