|
@@ -119,6 +119,8 @@ void CreateAttributeInspectorWindow()
|
|
|
attributeInspectorWindow.opacity = uiMaxOpacity;
|
|
attributeInspectorWindow.opacity = uiMaxOpacity;
|
|
|
attributeInspectorWindow.BringToFront();
|
|
attributeInspectorWindow.BringToFront();
|
|
|
|
|
|
|
|
|
|
+ UpdateAttributeInspector();
|
|
|
|
|
+
|
|
|
SubscribeToEvent(attributeInspectorWindow.GetChild("CloseButton", true), "Released", "HideAttributeInspectorWindow");
|
|
SubscribeToEvent(attributeInspectorWindow.GetChild("CloseButton", true), "Released", "HideAttributeInspectorWindow");
|
|
|
SubscribeToEvent(attributeInspectorWindow, "LayoutUpdated", "HandleWindowLayoutUpdated");
|
|
SubscribeToEvent(attributeInspectorWindow, "LayoutUpdated", "HandleWindowLayoutUpdated");
|
|
|
}
|
|
}
|