1 Commits

Author SHA1 Message Date
florian.berthold cdc3429882 fix(AceGUI-3.0): pcall the OnGamePadButtonDown SetScript (retail-only script type, crashes on 3.3.5)
release / release (push) Successful in 3s
2026-05-29 20:23:32 +02:00
@@ -199,7 +199,7 @@ local function Constructor()
button:SetScript("OnKeyDown", Keybinding_OnKeyDown)
button:SetScript("OnMouseDown", Keybinding_OnMouseDown)
button:SetScript("OnMouseWheel", Keybinding_OnMouseWheel)
button:SetScript("OnGamePadButtonDown", Keybinding_OnKeyDown)
pcall(button.SetScript, button, "OnGamePadButtonDown", Keybinding_OnKeyDown)
button:SetPoint("BOTTOMLEFT")
button:SetPoint("BOTTOMRIGHT")
button:SetHeight(24)