539 - No Button with Mapster
What steps will reproduce the problem?
1. Open the Map
2. No Button
What is the expected output? What do you see instead?
Nothing
Please provide any additional information below.
There is no Questhelper-Button with the last Mapster Version (R.1.3.2)
| User | When | Change |
|---|---|---|
| divinewind420 | Dec 15, 2009 at 17:16 UTC | Changed status from New to Fixed |
| Lesyde | Dec 12, 2009 at 22:26 UTC | Create |
- 1 comment
- 1 comment
Facts
- Last updated
- Dec 15, 2009
- Reported
- Dec 12, 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
divinewind420 Dec 15, 2009 at 17:15 UTC - 0 likesReported issue with Mapster not QH.
LLJKTechnogeek said Tuesday, December 15, 2009 8:57:21 AM (15 minutes ago)
Actually, Mapster 1.3.2 appears to keep the map button from showing up.
I found a fix and posted it in the WowInterface comments for Mapster, though, but here it is again:
In Mapster.lua, replace the following code (it should be around line 127):
[code] hooksecurefunc(WorldMapTooltip, "Show", function(self) self:SetFrameStrata("TOOLTIP") end)[/code]
With this:
[code] wmfOnShow(WorldMapFrame) hooksecurefunc(WorldMapTooltip, "Show", function(self) self:SetFrameStrata("TOOLTIP") end)[/code]