View Single Post
11-16-19, 08:59 AM   #2
StafordDev
A Murloc Raider
Join Date: May 2016
Posts: 7
For anyone wondering: if I replace
Code:
LDBIcon:Register("PoisonCharges", PC_MinimapBtn, PC_MinimapPos)
with
Code:
LDBIcon:Register("PoisonCharges", PC_MinimapBtn, self.PC_MinimapPos)
it starts working. Now the second problem: I can move the button, but how I can save the new position?
  Reply With Quote