Skip to content

Commit

Permalink
Fix right-click ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
parnic committed Oct 28, 2022
1 parent d299ed3 commit a98b02e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Breakables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ function Breakables:FindBreakables(bag)
btn:SetWidth(buttonSize)
btn:SetHeight(buttonSize)
btn:EnableMouse(true)
btn:RegisterForClicks("LeftButtonUp", "LeftButtonDown")
btn:RegisterForClicks("AnyUp", "AnyDown")

btn:SetAttribute("type1", "spell")

Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.9.1:

- Fix right-click ignore functionality after the upgrade to 10.0.

v1.9.0:

- Handle gaining and losing a Breakable skill without requiring a UI reload
Expand Down

0 comments on commit a98b02e

Please sign in to comment.