tullamods / OmniCC

Cooldown count for everything
https://tullamods.com/omnicc
MIT License
99 stars 21 forks source link

Cooldowns hiding behind keybind text #439

Closed Ahnzhael closed 1 month ago

Ahnzhael commented 2 months ago

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

Ahnzhael commented 2 months ago

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

Tuller commented 2 months ago

Do you see this without masque?

Ahnzhael commented 2 months ago

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

Ahnzhael commented 2 months ago

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............................

L3n1n commented 2 months ago

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

https://github.com/tullamods/OmniCC/blob/9770d0f86edf7f749a39f0801d893bb18eb592d4/OmniCC/core/display.lua#L144

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

Ahnzhael commented 2 months ago

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

https://github.com/tullamods/OmniCC/blob/9770d0f86edf7f749a39f0801d893bb18eb592d4/OmniCC/core/display.lua#L144

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

Tuller commented 2 months ago

This has been applied to 11.0.1, thanks!