update ErrorFrame

This commit is contained in:
Pinya
2018-07-17 23:14:04 +03:00
parent b700d26e65
commit aac9b8f78a
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
local modulo = math.modulo local modulo = math.modulo
local getn = table.getn local getn = table.getn
local LUA_ERROR = "Lua Error"
EVENT_TRACE_EVENT_HEIGHT = 16; EVENT_TRACE_EVENT_HEIGHT = 16;
EVENT_TRACE_MAX_ENTRIES = 1000; EVENT_TRACE_MAX_ENTRIES = 1000;
+5 -2
View File
@@ -436,11 +436,14 @@
<EditBox name="$parentText" multiLine="true" letters="4000" autoFocus="false"> <EditBox name="$parentText" multiLine="true" letters="4000" autoFocus="false">
<Size x="343" y="194"/> <Size x="343" y="194"/>
<Scripts> <Scripts>
<OnTextChanged>
ScrollingEdit_OnTextChanged(this:GetParent());
</OnTextChanged>
<OnCursorChanged> <OnCursorChanged>
ScrollingEdit_OnCursorChanged(this, arg1, arg2, arg3, arg4); ScrollingEdit_OnCursorChanged(arg1, arg2, arg3, arg4);
</OnCursorChanged> </OnCursorChanged>
<OnUpdate> <OnUpdate>
ScrollingEdit_OnUpdate(this, this:GetParent()); ScrollingEdit_OnUpdate(this:GetParent());
</OnUpdate> </OnUpdate>
<OnEditFocusGained> <OnEditFocusGained>
this:HighlightText(0); this:HighlightText(0);