#Weird bug with cooldown text %p "shaking" on weakaura.

2 messages · Page 1 of 1 (latest)

glossy current
#

It started when I added the condition for total duration < 2 to turn of text to stop gcd showing. Anyone knows a fix?
Dunno how to describe it really, its like the text is chaing back and forth 1 pixel in x direction each time a gcd is triggered or smth

keen horizon
#

need to change the anchor setting of the text. by default it's anchored to the center and it tries to constantly recenter the text as it changes, which causes that shaking effect with %p. i usually change the anchor to left & adjust X offset accordingly.
edit: can also alternatively set Width to "Fixed" and Alignment to Left or Right in Font Flags without touching anchor.