Mercurial > wow > buffalo2
diff Templates.xml @ 125:3f4794dca91b
template load order and Script handlers linkage
author | Nenue |
---|---|
date | Sun, 15 Oct 2017 16:47:22 -0400 |
parents | 1f68c46bc4de |
children | 414e37af1b1b |
line wrap: on
line diff
--- a/Templates.xml Tue Sep 05 02:57:08 2017 -0400 +++ b/Templates.xml Sun Oct 15 16:47:22 2017 -0400 @@ -148,7 +148,7 @@ </Layers> </Frame> - <Frame name="VeneerHandlerTemplate" inherits="VeneerAnimations" hidden="true" parent="UIParent" virtual="true"> + <Frame name="VeneerHandlerTemplate" inherits="VeneerAnimations" mixin="VeneerHandlerMixin" hidden="true" parent="UIParent" virtual="true"> <Scripts> <OnLoad method="OnLoad" /> <OnEvent method="OnEvent" /> @@ -163,7 +163,7 @@ </Layer> </Layers> <Frames> - <Frame name="$parentConfigHandler" setAllPoints="true" mixin="VeneerConfigLayerMixin" enableMouse="true" parentArray="ConfigLayer"> + <Frame name="$parentConfigHandler" hidden="true" setAllPoints="true" mixin="VeneerConfigLayerMixin" enableMouse="true" parentArray="ConfigLayer"> <Scripts> <OnLoad method="OnLoad" /> <OnShow method="OnShow" />