Skip to content

Commit 829a0e2

Browse files
committed
Fix for multiple flip/flop of show/hide minimap generating molib error
1 parent 8b89728 commit 829a0e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AuctionDB/AuctionDB.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ADB.savePosSuffix = "buttonPos" -- button pos is button.name .. savePosSuffix
4545
-- TODO: move most of this to MoLib
4646

4747
function ADB:SetupMenu()
48-
ADB:WipeFrame(ADB.mmb)
48+
ADB.mmb = ADB:WipeFrame(ADB.mmb)
4949
if ADB.hideMinimap then
5050
ADB:Debug("Not showing minimap button per config")
5151
return

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Coming next:
44
- Your input/suggestions welcome !
55
- See open issues for ideas https://github.com/mooreatv/AuctionDB/issues
66

7+
v1.04.01 Oct 18th 2020
8+
- Fix for multiple flip/flop of show/hide minimap generating molib error. (pick up new molib too)
9+
710
v1.04.00 Oct 18th 2020
811
- Added option to hide minimap button in config `/ahdb conf`
912

0 commit comments

Comments
 (0)