View Single Post
02-19-20, 05:11 PM   #7
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Originally Posted by Fizzlemizz View Post
It seems primarily to effect clearing a dropdown entry if it has autocomplete and you click in it.

Edit: It does some other things that also happen on GLOBAL_MOUSE_UP so unless someone moves the mouse off the field before releasing, it shouldn't be effected.
Hi Fizzlemizz,

Do you think it should be better to:

Lua Code:
  1. UIParent:UnregisterEvent("GLOBAL_MOUSE_UP")

too ?

Thanks ...
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote