View Single Post
09-21-22, 12:36 AM   #6
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
To be sure, I just tested with Button:RegisterForClicks() without success.

Lua Code:
  1. button:RegisterForClicks("LeftButtonUp", "RightButtonUp")
  2. button:SetMouseClickEnabled(true)
I think the PostClick script wouldn't be executed if the Click was ignored.
__________________
Zax - Addons List, not all maintained.

Last edited by Zax : 09-21-22 at 12:40 AM.
  Reply With Quote