Browse Source

Revert back partial changes in the Editor.

Wei Tjong Yao 12 years ago
parent
commit
738eef3de9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Bin/Data/Scripts/Editor/EditorNodeWindow.as

+ 4 - 0
Bin/Data/Scripts/Editor/EditorNodeWindow.as

@@ -118,7 +118,11 @@ void UpdateAttributeInspector(bool fullUpdate = true)
 
     // If full update delete all containers and added them back as necessary
     if (fullUpdate)
+    {
         DeleteAllContainers();
+        AddNodeContainer();
+        AddComponentContainer();
+    }
 
     Text@ nodeTitle = nodeContainer.GetChild("TitleText");
     String nodeType;