diff Devian.xml @ 58:0a9a6740ea5d v2.1

- Discarded use of blizzard functions never meant for the wild (http://forums.wowace.com/showthread.php?t=20397) - Fixed dock buttons not highlighting properly - Fixed dock buttons not dropping after selection change - Mouse input is disabled during player movement
author Nenue
date Tue, 12 Jan 2016 04:50:37 -0500
parents 1b8c597dba44
children 59e047d6c5de
line wrap: on
line diff
--- a/Devian.xml	Fri Jan 08 10:15:09 2016 -0500
+++ b/Devian.xml	Tue Jan 12 04:50:37 2016 -0500
@@ -74,7 +74,8 @@
     <FontString inherits="DevianFont" wordwrap="true"
                  justifyH="LEFT"
                  indented="true"
-                 setAllPoints="true">
+                 setAllPoints="true"
+                  parentArray="_msg">
       <FontHeight>
         <AbsValue val="13"/>
       </FontHeight>
@@ -310,19 +311,17 @@
         self.console:Save()
       </OnMouseDown>
       <OnEnter>
+        --print(self:GetName(),'got mouse')
         Devian.DockHighlight(self)
       </OnEnter>
-      <OnLeave>
-        Devian.DockHighlight(self)
-      </OnLeave>
     </Scripts>
     <Layers>
       <Layer level="OVERLAY">
       </Layer>
     </Layers>
     <Frames>
-      <Frame name="$parentText" parentKey="caption" alpha="0" blendMode="BLEND">
-        <Size x="200" y="30" />
+      <Frame name="$parentText" parentKey="caption" alpha="0" blendMode="BLEND" enableMouse="false">
+        <Size x="100" y="30" />
         <Anchors>
           <Anchor point="BOTTOM" relativePoint="BOTTOM" x="0" y="0" />
         </Anchors>