mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-03 03:23:35 -04:00
Each of this client's panels polls its own keybinding from inside its own draw, so a panel that is no longer drawn never sees the key — handing one over made it unopenable, which is worse than not handing it over at all. The key now reaches the replacement instead: FrameXML's own ToggleAllBags, ToggleSpellBook, ToggleQuestLog, ToggleCharacter and ToggleWorldMap. The character frame's own report from a live session shows all four of its frames built with sensible rects and hidden only because the sheet is closed, which is what made the missing key the next thing in the way.