Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
17 stars 13 forks source link

macro hotkeys flicked on main bar only #176

Open durandal42 opened 1 year ago

durandal42 commented 1 year ago

Any macro, no matter how simple (including an empty macro) that I put on my main bar, shows a flickering hotkey label.

There's no flicker on secondary bars, or on un-macro'd abilities.

Dannez's fork has this commit, which purported to fix the flickering, but I can't easily tell if this made it into the now-published release. https://github.com/Dannez83/mega-macro/commit/e82018fbfc9c840b9d670d221e7ab9b6f696b04a

Dannez83 commented 1 year ago

@durandal42 It wasn't put in the release. You need to comment out the "if" statement starting at line 257 and ending 274 in src\engine\mega-macro-action-bar-engine.lua. Be careful not to comment out the function "end" on line 275

Dannez83 commented 1 year ago

amended file if you just want to replace it mega-macro-action-bar-engine.zip

ToxxicApe commented 1 year ago

this fix works for me. thx Dannez83