View Single Post
05/14/17, 01:45 PM   #6
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Do not forget to use
xml:
Code:
 mouseEnabled="true"
Lua:
Lua Code:
  1. control:SetMouseEnabled(true)
Without the events are not triggered.
  Reply With Quote