mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update ErrorFrame
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
local modulo = math.modulo
|
||||
local getn = table.getn
|
||||
|
||||
local LUA_ERROR = "Lua Error"
|
||||
|
||||
EVENT_TRACE_EVENT_HEIGHT = 16;
|
||||
EVENT_TRACE_MAX_ENTRIES = 1000;
|
||||
|
||||
|
||||
@@ -436,11 +436,14 @@
|
||||
<EditBox name="$parentText" multiLine="true" letters="4000" autoFocus="false">
|
||||
<Size x="343" y="194"/>
|
||||
<Scripts>
|
||||
<OnTextChanged>
|
||||
ScrollingEdit_OnTextChanged(this:GetParent());
|
||||
</OnTextChanged>
|
||||
<OnCursorChanged>
|
||||
ScrollingEdit_OnCursorChanged(this, arg1, arg2, arg3, arg4);
|
||||
ScrollingEdit_OnCursorChanged(arg1, arg2, arg3, arg4);
|
||||
</OnCursorChanged>
|
||||
<OnUpdate>
|
||||
ScrollingEdit_OnUpdate(this, this:GetParent());
|
||||
ScrollingEdit_OnUpdate(this:GetParent());
|
||||
</OnUpdate>
|
||||
<OnEditFocusGained>
|
||||
this:HighlightText(0);
|
||||
|
||||
Reference in New Issue
Block a user