comparison FilterBar.xml @ 33:be4db60219ca

WorldPlan: - Toggling a reward filter cancels out other types by default. Use right mouse to clear. - Fixed filter bar info falling out of sync after player-triggered world map updates. ClassPlan: - Available missions are now recorded; the mission list can be toggled between in-progress and available by clicking the heading.
author Nenue
date Wed, 02 Nov 2016 17:25:07 -0400
parents 8cb750e79952
children 589c444d4837
comparison
equal deleted inserted replaced
32:e8679ecb48d8 33:be4db60219ca
3 <Script file="FilterBar.lua" /> 3 <Script file="FilterBar.lua" />
4 <Frame name="$parentSummary" parent="WorldPlan" mixin="WorldPlanSummaryMixin"> 4 <Frame name="$parentSummary" parent="WorldPlan" mixin="WorldPlanSummaryMixin">
5 <Scripts> 5 <Scripts>
6 <OnLoad method="OnLoad" /> 6 <OnLoad method="OnLoad" />
7 <OnEvent method="OnEvent" /> 7 <OnEvent method="OnEvent" />
8 <OnShow method="OnShow" />
8 </Scripts> 9 </Scripts>
9 10
10 </Frame> 11 </Frame>
11 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> 12 <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin">
12 <Scripts> 13 <Scripts>