Commit 3224e63b authored by Ivaria's avatar Ivaria
Browse files

Don't use the multiline attribute on EditBox frames. Causes large client lag with big strings.

parent 38f15c0f
......@@ -1821,7 +1821,7 @@
</Scripts>
</EditBox>
<EditBox name="VuhDoEditBoxMultiLineTemplate" multiLine="true" autoFocus="false" historyLines="0" justifyH="LEFT" virtual="true">
<EditBox name="VuhDoEditBoxMultiLineTemplate" multiLine="false" autoFocus="false" historyLines="0" justifyH="LEFT" virtual="true">
<Layers>
<Layer>
<FontString name="$parentHint" text="" inherits="VuDoDefaultFontTemplate">
......@@ -1843,7 +1843,6 @@
</Offset>
</Shadow>
</FontString>
</Layer>
</Layers>
<FontString font="Interface\AddOns\VuhDo\Fonts\ariblk.ttf">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment