diff KBF.xml @ 66:6f1457157688

do less in on update, strata-based workaround for the SAH bug with failing to hide aura buttons
author Chris Mellon <arkanes@gmail.com>
date Tue, 28 Feb 2012 13:44:48 -0600
parents e19d0380b9f3
children
line wrap: on
line diff
--- a/KBF.xml	Sat Dec 03 07:30:24 2011 -0600
+++ b/KBF.xml	Tue Feb 28 13:44:48 2012 -0600
@@ -1,7 +1,7 @@
 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
 ..\FrameXML\UI.xsd">
     <!-- A button template for unit aura buttons -->
-    <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true">
+    <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true" frameStrata="MEDIUM">
         <Attributes>
 			<Attribute name="type" value="cancelaura" />
 			<Attribute name="toggleForVehicle" value="true" />
@@ -20,7 +20,7 @@
 		</Scripts>
     </Button>
     
-    <Button name="KBFSecureWeaponEnchantTemplate" inherits="SecureActionButtonTemplate" virtual="true">
+    <Button name="KBFSecureWeaponEnchantTemplate" inherits="SecureActionButtonTemplate" virtual="true" frameStrata="HIGH">
         <Attributes>
 			<Attribute name="type" value="cancelaura" />
 			<Attribute name="toggleForVehicle" value="true" />
@@ -39,7 +39,7 @@
 		</Scripts>
     </Button>
     
-    <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true">
+    <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true" frameStrata="HIGH">
         <Attributes>
 			<Attribute name="type" value="cancelaura" />
 			<Attribute name="toggleForVehicle" value="true" />