untied back button from rest of the nav buttons

This commit is contained in:
Anch
2022-03-20 22:10:46 +13:00
parent 5fe9575a19
commit 01853a4d73
3 changed files with 23 additions and 3 deletions
+2 -2
View File
@@ -166,7 +166,7 @@
<Button name="AtlasLootClassButtonTemplate" inherits="OptionsButtonTemplate" virtual="true" hidden="true">
<Scripts>
<OnClick>
AtlasLoot_NavButton_OnClick()
AtlasLoot_BackButton_OnClick()
</OnClick>
<OnShow>
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
@@ -618,7 +618,7 @@
</Anchors>
<Scripts>
<OnClick>
AtlasLoot_NavButton_OnClick()
AtlasLoot_NavButton_OnClick()
</OnClick>
<OnShow>
this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );