This commit is contained in:
Pinya
2018-07-21 19:35:56 +03:00
parent 2658c39dc6
commit 465ec15fa5
2 changed files with 2 additions and 2 deletions
@@ -191,7 +191,7 @@ local function EditBox_OnEnterPressed()
end
local function EditBox_OnReceiveDrag()
if not GetCursorInfo then print("TODO GetCursorInfo") return end -- TODO
if not GetCursorInfo then return end
local self = this.obj
local type, id, info = GetCursorInfo()
@@ -217,7 +217,7 @@ local function OnMouseUp() --
end
local function OnReceiveDrag() -- EditBox / ScrollFrame
if not GetCursorInfo then print("TODO GetCursorInfo") return end -- TODO
if not GetCursorInfo then return end
local type, id, info = GetCursorInfo()
if type == "spell" then