update wowAPI, ColorPicker

This commit is contained in:
Crum
2018-11-21 19:49:59 -06:00
parent 3325d379d0
commit a304f36f79
2 changed files with 16 additions and 14 deletions
-3
View File
@@ -469,10 +469,7 @@ function EditBoxSetCursorPosition(self, pos)
if pos == 0 then
text = sub(text, 0, 1)
self:HighlightText(0, 1)
self:Insert(nbsp)
self:Insert(text)
self:HighlightText(0, 1)
self:Insert("")
else
text = sub(text, pos, pos)
self:HighlightText(pos - 1, pos)