File Details
047
- R
- May 4, 2026
- 67.18 KB
- 1
- 12.0.5
- Retail
File Name
BazBars-047.zip
Supported Versions
- 12.0.5
BazBars
047 (2026-05-04)
Full Changelog Previous Releases
- v047: stale flyout carrier no longer hijacks subsequent drops
Picking up a BazBars flyout to move it set Flyout.pendingFlyout as
the internal slot-to-slot carrier. If the user then grabbed something
else (item from bag, spell from spellbook, etc.) instead of dropping
the flyout, the carrier flag stayed set. Because Flyout sorts ahead
of Item / Spell in the cursor-detection priority order (priority 30
vs 80 / 50), Flyout.fromCursor would claim every subsequent drop,
turning peacebloom and friends into question-mark flyout buttons.
Fix: Flyout.fromCursor now only honours the internal carry when the
actual WoW cursor is empty. If the cursor holds anything (cType is
non-nil), the stale pendingFlyout is cleared and fromCursor returns
nil, letting the real handler claim the drop. - Drop 2.6 MB logo.png from repo + README header
The README displayed it at width=300 but the source was 1024x1024
(2.6 MB), bloating the repo without serving the rendered image any
better than the section heading does. The addon itself never
referenced the file - .toc IconTexture uses a Blizzard atlas ID -
and .pkgmeta already excluded it from the release zip, so this is
purely a repo + README cleanup.
Also removed the now-stale logo.png entry from .pkgmeta's ignore
list and updated the surrounding comment.

