Skip to content

Commit

Permalink
'Update'
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodDragon2580 committed Aug 9, 2024
1 parent 4b0c48e commit 1f678f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GildenSteuer/GildenSteuer.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title:|cffd6266cGildenSteuer|r
## Notes: Zahl deine Steuer und mach die Gilde Glücklich
## Author: BloodDragon2580
## Version: 6.8
## Version: 6.9
## SavedVariables: GildenSteuerDB
## IconTexture: Interface\AddOns\GildenSteuer\Media\Texture\logo

Expand Down
8 changes: 4 additions & 4 deletions GildenSteuer/settings/GildenSteuerMiniMapButton.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
<Scripts>
<OnLoad>
this:RegisterForClicks("LeftButtonUp","RightButtonUp")
this:RegisterForDrag("LeftButton","RightButton")
self:RegisterForClicks("LeftButtonUp","RightButtonUp")
self:RegisterForDrag("LeftButton","RightButton")
</OnLoad>
<OnMouseDown>
if button == "RightButton" and not self.isMoving then
Expand All @@ -64,11 +64,11 @@
end
</OnMouseUp>
<OnDragStart>
this:LockHighlight()
self:LockHighlight()
MyMod_MinimapButton_DraggingFrame:Show()
</OnDragStart>
<OnDragStop>
this:UnlockHighlight()
self:UnlockHighlight()
MyMod_MinimapButton_DraggingFrame:Hide()
</OnDragStop>
<OnClick>
Expand Down

0 comments on commit 1f678f1

Please sign in to comment.