diff ClassPlanMissions.xml @ 40:589c444d4837

WowAce/Curseforge migration push
author Nenue
date Sun, 25 Dec 2016 13:04:57 -0500
parents 26dfa661daa7
children b29b35cb8539
line wrap: on
line diff
--- a/ClassPlanMissions.xml	Fri Nov 04 02:54:32 2016 -0400
+++ b/ClassPlanMissions.xml	Sun Dec 25 13:04:57 2016 -0500
@@ -7,6 +7,11 @@
     <Anchors>
       <Anchor point="RIGHT" />
     </Anchors>
+    <Scripts>
+
+      <OnShow method="OnShow" />
+      <OnHide method="OnHide" />
+    </Scripts>
   </Button>
   <Frame name="ClassPlanMissionList" parentKey="MissionList" mixin="ClassPlanMissionHandler" inherits="ClassPlanPanelTemplate">
     <Scripts>
@@ -14,34 +19,7 @@
       <OnUpdate method="OnUpdate" />
       <OnEvent method="OnEvent" />
       <OnShow method="OnShow" />
+      <OnHide method="OnHide" />
     </Scripts>
-    <Frames>
-      <Button name="$parentTab" parentKey="ListTab" mixin="ClassPlanHeaderMixin">
-        <Scripts>
-          <OnClick method="OnClick" />
-        </Scripts>
-        <Size y="24" />
-        <Layers>
-          <Layer level="BACKGROUND">
-            <Texture parentKey="Background">
-              <Color a="1" r="0" g="0" b="0" />
-            </Texture>
-          </Layer>
-          <Layer level="OVERLAY">
-            <FontString parentKey="Label" inherits="ClassPlanFont">
-              <Anchors>
-                <Anchor point="CENTER" />
-              </Anchors>
-            </FontString>
-          </Layer>
-          <Layer level="HIGHLIGHT">
-            <Texture parentKey="Highlight">
-              <Color a="0.5" r="1" g="1" b="1" />
-            </Texture>
-          </Layer>
-        </Layers>
-
-      </Button>
-    </Frames>
   </Frame>
   </Ui>
\ No newline at end of file