OmniCC

OmniCC

54M Downloads

Cooldowns hiding behind keybind text

Ahnzhael opened this issue ยท 7 comments

commented

After 11.0 cooldowns on my actionbars are hiding behind the assinged keybind for the specific hotkey.. i use bartender and have tried to disable it but i still have the same issue.

I'll attach a screenshot to show what i mean.
CDs

commented

On my Shift-R and Shift-Q (example. Its not only these to binds that have the issue) keybind the cooldown is appearing behind the keybind text. What can i do to fix this, as it was not like this for many many years

commented

Do you see this without masque?

commented

I deleted my previous replies, as i did not check close enough. I have tried to disable ALL addons except omni cc (even deleted settings and reinstalled) and i still have the same issue with the cooldown numbers hiding behind the button keybind
PLEASE HELP ME

commented

Asked blizzard and they said it could be a faulty installation, so i xompletely uninstalled everything, the game all addons, curseforge etc. re installed got bartender and omniCC, still the same issue............................

commented

I have the same issue even with zero addons installed except OmniCC. I found easy solution wich requires to modify original code:

self:SetFrameLevel(cooldown:GetFrameLevel() + 7)

Change "7" to "500". It needs because hotkey frames have the same strata and their level equals 500.

commented

I have the same issue even with zero addons installed except OmniCC. I found easy solution wich requires to modify original code:

self:SetFrameLevel(cooldown:GetFrameLevel() + 7)

Change "7" to "500". It needs because hotkey frames have the same strata and their level equals 500.

You are the hero i needed and did not deserve. It worked! I can not thank you enough :D Massive cudos for your reply <3

commented

This has been applied to 11.0.1, thanks!