Narcasung 62956abb8e fix(map): keep world-map icons inside Magnify's native scroll clip
SetDrawOrder only recognized a standalone "Magnify-WotLK" addon, but this
setup bundles Magnify inside LootCollector (no separate .toc), so the check
always failed and every icon got reparented onto WorldMapFrame -- outside
WorldMapScrollFrame's clipped subtree -- and strata-forced to WorldMapFrame
instead of WorldMapButton, regardless of HBD's earlier correct parenting.
Detect the bundled Magnify via the _G.LootCollectorMagnify global and match
WorldMapButton's strata instead, mirroring LootCollector's own pins. Fixes
icon culling on all 4 edges during both zoom and pan, in normal and
objective-panel map modes.
2026-07-15 13:42:34 +02:00
2026-02-11 16:15:16 -06:00
2026-06-06 13:44:49 -05:00

Questie-X

Fork of aron-w/Questie-X with local bug fixes.

Changes in this fork

  • fixed world map icons offset math so icons line up correctly when a zoom addon (e.g. Magnify) rescales an ancestor frame instead of WorldMapButton itself.
  • fixed tracker objectives not updating correctly.
  • fixed tracker handle not moving the frame.
  • fixed custom quests having no name.

Credits

aron-w/Questie-X
Xurkon/Questie-X
Questie

S
Description
No description provided
Readme MIT 35 MiB
Languages
Lua 100%