b4e0894c3f0871209e072bc89e544ff2d9e81487
The manual overflow cull in HandleWorldMapPin compared icon:GetCenter() against WorldMapScrollFrame's bounds without normalizing effective scale. Magnify's zoom drags the icon's effective scale via WorldMapDetailFrame, while the scroll frame's stays constant, so at high zoom ratios the comparison failed for every icon and hid the whole map. Native WorldMapScrollFrame:SetScrollChild() clipping (now reachable on all 4 edges since SetDrawOrder correctly detects bundled Magnify) already handles this without the buggy manual math.
…
Questie-X
Fork of aron-w/Questie-X with bug fixes.
Changes in this fork
- fixed world map icons offset due to CoA's objective frame and zoom addons like Magnify.
- fixed tracker objectives not updating correctly.
- fixed tracker handle not moving the frame.
- fixed custom quests having no name.
Credits
Languages
Lua
100%