Skip to content

Commit

Permalink
fix minimap right click tracking frame on retail (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
thurin authored Apr 26, 2024
1 parent 4ab7f9d commit 97e16ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tukui/Modules/Maps/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Minimap:OnMouseClick(button)

if (button == "RightButton") then
if T.Retail then
ToggleDropDownMenu(1, nil, MinimapCluster.Tracking.DropDown, MinimapCluster.Tracking, 8, 5)
ToggleDropDownMenu(1, nil, MinimapCluster.TrackingFrame.DropDown, MinimapCluster.TrackingFrame, 8, 5)
else
if MiniMapTrackingDropDown then
ToggleDropDownMenu(1, nil, MiniMapTrackingDropDown, "MiniMapTracking", 0, 0)
Expand Down

0 comments on commit 97e16ee

Please sign in to comment.