Mercurial > wow > worldplan
comparison WorldPlan.xml @ 60:3d8e83ddf603
- hide text regions directly when their associated pin has been removed from the map
author | Nick@Zahhak |
---|---|
date | Wed, 08 Feb 2017 05:58:56 -0500 |
parents | 0749e38081e7 |
children | abcdef801db5 |
comparison
equal
deleted
inserted
replaced
59:bc09961d5a98 | 60:3d8e83ddf603 |
---|---|
124 <OnEnter method="OnEnter" /> | 124 <OnEnter method="OnEnter" /> |
125 <OnLeave method="OnLeave" /> | 125 <OnLeave method="OnLeave" /> |
126 </Scripts> | 126 </Scripts> |
127 <Frames> | 127 <Frames> |
128 <Frame parentKey="Overlay" name="$parentOverlay" setAllPoints="true" hidden="true"> | 128 <Frame parentKey="Overlay" name="$parentOverlay" setAllPoints="true" hidden="true"> |
129 <!-- | |
130 <Scripts> | |
131 <OnShow> | |
132 local out = debugstack(3,3,1) | |
133 out = out:gsub("Interface%\\AddOns\\", "|cFFFF00FF\\|r") | |
134 print('POI', self:GetName().. ':OnShow()\n' .. out:gsub("Interface%\\", "|cFF00FFFF\\|r")) | |
135 </OnShow> | |
136 <OnHide> | |
137 local out = debugstack(3,3,1) | |
138 out = out:gsub("Interface%\\AddOns\\", "|cFFFF00FF\\|r") | |
139 print('POI', self:GetName().. ':OnHide()\n' .. out:gsub("Interface%\\", "|cFF00FFFF\\|r")) | |
140 </OnHide> | |
141 </Scripts> | |
142 --> | |
129 <Layers> | 143 <Layers> |
130 <Layer level="OVERLAY"> | 144 <Layer level="OVERLAY"> |
131 <FontString inherits="WorldPlanNumberFontThin" parentKey="count"> | 145 <FontString inherits="WorldPlanNumberFontThin" parentKey="count"> |
132 <Anchors> | 146 <Anchors> |
133 <Anchor point="BOTTOM" x="0" y="0" /> | 147 <Anchor point="BOTTOM" x="0" y="0" /> |