View Single Post
07-19-17, 11:49 PM   #5
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Originally Posted by lightspark View Post
Nah, it's been happening since WoD at least

You're just unlucky because it happens to your aura CDs

-- edit #1

K, I was right. Try adding this line to your CD-related code, after you set it for instance, you might need to use PostUpdateIcon callback.

Lua Code:
  1. cooldown:SetHideCountdownNumbers(false)

Something sets this flag to true internally (from C, not from Lua). I'll report this bug today w/ this info. It's been awhile since this bug appeared, I guess it's time to finally report it
Yeay!

Quick question.

Does that function has to be called every single update (like PostUpdateIcon as you said)? or could it be done once via button creation (such as PostCreateIcon)?

Great to see that there is at least a temporary solution
  Reply With Quote