Mercurial > wow > worldplan
comparison FilterBar.xml @ 45:db570c6a0ffb v1.0-rc12
- Fixed filter buttons losing their anchor after FlightMap interactions
- Fixed flickering tooltips
- Fixed a source of hangs while opening the world map, particularly in non-Broken-Isle continents.
- Workaround for World Map Action Button: Temporarily activate blizzard POI buttons while a quest-targeting spell is on the cursor.
author | Nenue |
---|---|
date | Mon, 26 Dec 2016 10:20:52 -0500 |
parents | 79e5e96e5f18 |
children | 98b5e08b75ed |
comparison
equal
deleted
inserted
replaced
44:59e9d66195dd | 45:db570c6a0ffb |
---|---|
6 <OnLoad method="OnLoad" /> | 6 <OnLoad method="OnLoad" /> |
7 <OnEvent method="OnEvent" /> | 7 <OnEvent method="OnEvent" /> |
8 <OnShow method="OnShow" /> | 8 <OnShow method="OnShow" /> |
9 </Scripts> | 9 </Scripts> |
10 | 10 |
11 <Layers> | 11 <Size x="24" y="24" /> |
12 <Layer level="OVERLAY"> | 12 |
13 <Texture parentKey="CVarsHighlight"> | |
14 <Color a=".5" r="1" g="1" b="1" /> | |
15 </Texture> | |
16 </Layer> | |
17 </Layers> | |
18 </Frame> | 13 </Frame> |
19 <Button name="WorldPlanFilterPin" virtual="true" flattenRenderLayers="true" mixin="WorldPlanFilterPinMixin"> | 14 <Button name="WorldPlanFilterPin" virtual="true" flattenRenderLayers="true" mixin="WorldPlanFilterPinMixin"> |
20 <Scripts> | 15 <Scripts> |
21 <OnClick method="OnClick" /> | 16 <OnClick method="OnClick" /> |
22 <OnLoad method="OnLoad" /> | 17 <OnLoad method="OnLoad" /> |