mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
add EditBoxGetCursorPosition & EditBoxSetCursorPosition functions
This commit is contained in:
@@ -590,8 +590,8 @@ function ScriptErrorsFrame_Update ()
|
||||
editBox.text = text;
|
||||
if (prevText ~= text) then
|
||||
editBox:SetText(text);
|
||||
EditBoxSetCursorPosition(editBox, 0);
|
||||
editBox:HighlightText(0);
|
||||
-- editBox:SetCursorPosition(0);
|
||||
else
|
||||
ScriptErrorsFrameScrollFrame:UpdateScrollChildRect();
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user