comparison 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
comparison
equal deleted inserted replaced
57:0d2967941745 58:0a9a6740ea5d
72 <Anchor point="BOTTOMRIGHT" /> 72 <Anchor point="BOTTOMRIGHT" />
73 </Anchors> 73 </Anchors>
74 <FontString inherits="DevianFont" wordwrap="true" 74 <FontString inherits="DevianFont" wordwrap="true"
75 justifyH="LEFT" 75 justifyH="LEFT"
76 indented="true" 76 indented="true"
77 setAllPoints="true"> 77 setAllPoints="true"
78 parentArray="_msg">
78 <FontHeight> 79 <FontHeight>
79 <AbsValue val="13"/> 80 <AbsValue val="13"/>
80 </FontHeight> 81 </FontHeight>
81 </FontString> 82 </FontString>
82 83
308 self.console:MinMax() 309 self.console:MinMax()
309 end 310 end
310 self.console:Save() 311 self.console:Save()
311 </OnMouseDown> 312 </OnMouseDown>
312 <OnEnter> 313 <OnEnter>
314 --print(self:GetName(),'got mouse')
313 Devian.DockHighlight(self) 315 Devian.DockHighlight(self)
314 </OnEnter> 316 </OnEnter>
315 <OnLeave>
316 Devian.DockHighlight(self)
317 </OnLeave>
318 </Scripts> 317 </Scripts>
319 <Layers> 318 <Layers>
320 <Layer level="OVERLAY"> 319 <Layer level="OVERLAY">
321 </Layer> 320 </Layer>
322 </Layers> 321 </Layers>
323 <Frames> 322 <Frames>
324 <Frame name="$parentText" parentKey="caption" alpha="0" blendMode="BLEND"> 323 <Frame name="$parentText" parentKey="caption" alpha="0" blendMode="BLEND" enableMouse="false">
325 <Size x="200" y="30" /> 324 <Size x="100" y="30" />
326 <Anchors> 325 <Anchors>
327 <Anchor point="BOTTOM" relativePoint="BOTTOM" x="0" y="0" /> 326 <Anchor point="BOTTOM" relativePoint="BOTTOM" x="0" y="0" />
328 </Anchors> 327 </Anchors>
329 <Layers> 328 <Layers>
330 <Layer level="OVERLAY"> 329 <Layer level="OVERLAY">