mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix ErrorFrame scrollbar
This commit is contained in:
@@ -437,10 +437,10 @@
|
|||||||
<Size x="343" y="194"/>
|
<Size x="343" y="194"/>
|
||||||
<Scripts>
|
<Scripts>
|
||||||
<OnCursorChanged>
|
<OnCursorChanged>
|
||||||
ScrollingEdit_OnCursorChanged(this);
|
ScrollingEdit_OnCursorChanged(this, arg1, arg2, arg3, arg4);
|
||||||
</OnCursorChanged>
|
</OnCursorChanged>
|
||||||
<OnUpdate>
|
<OnUpdate>
|
||||||
ScrollingEdit_OnUpdate(this, arg1, this:GetParent());
|
ScrollingEdit_OnUpdate(this, this:GetParent());
|
||||||
</OnUpdate>
|
</OnUpdate>
|
||||||
<OnEditFocusGained>
|
<OnEditFocusGained>
|
||||||
this:HighlightText(0);
|
this:HighlightText(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user