Kiatra / BlizzMove

World of Warcraft add-on to make the default windows movable via drag & drop.
23 stars 9 forks source link

Fix EncounterJournal scrolling, and potentially other frames. #9

Closed zaCade closed 4 years ago

zaCade commented 4 years ago

Basically fixes the fact that EncounterJournalEncounterFrame wouldn't scroll, somehow the OnMouseWheel function would just get intercepted, and would stop the scrolling from working. I just ended up calling it myself when the mouse is in the right location.

Might fix other frames with similiar issue, since the fix runs on all frames that get hooked. Altrough i don't know of any other frame that had this behaviour.