DragonFlight > BarMod > "Hide empty button slots" stop drag & drop from spellbook
bigrck64 opened this issue ยท 2 comments
Hi DDCorkum !
First, a big thanks to maintain CTMod for DragonFlight, I know it's not one easy task with all the UI changes.
I have find a new problem with 10.0.2.3d release, when I check the BarMod option "Hide empty button slots", then /reload, I can only "drag & drop" ONE spell from the spellbook to any barmod. Once this move is done, I can no more "drag & drop" any spell from spellbook to barmod.
Until fix, I have unchecked the "Hide empty button slots" barmod option, but the UI is less clean without it :)
Thanks for all !
Thanks for the report.
Without even looking at the game code, my first guess would be that the game is reacting to the drag/drop by re-initializing the hide/show attributes on other frames that I had overridden to make CT_BarMod work. If so, then it seems like this should be an easy fix: I just need to detect the successful drag and then re-apply the workaround.
Awesome, thanks for the quick fix :)
I tested the 10.0.2.4d following file, and it fixed the problem :