mirror of
https://github.com/parnic/breakables.git
synced 2025-06-17 01:41:51 -05:00
Fix right-click ignores
This commit is contained in:
@ -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")
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user