View Single Post
12-30-12, 07:40 AM   #1
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
LossOfControlFrame Icon

Hey!

Im wondering if anyone could help me out removing the ugly red CD overlay on the LossOfControlFrame Icon.

I am currently using an addon that removes this from actionbars (LossOfControlRemover).. but i like the feature and want the icon shown.

I've checked

http://wowprogramming.com/utils/xmlb...ntrolFrame.lua

http://wowprogramming.com/utils/xmlb...ntrolFrame.xml

But still can't figure out what controls the Icons cd texture.(guessing it's the same as on actionbars, but how do i control it?)

On the actionbar buttons LossOfControlRemover addon is removing it by (i think :P)

Lua Code:
  1. button.cooldown:SetLossOfControlCooldown(0, 0)

Any pointers in the right direction much appreciated!

Here's a pic of what im talking about
Attached Images
 
  Reply With Quote