test AceGUIWidget-MultiLineEditBox

This commit is contained in:
Crum
2018-06-22 18:31:20 -05:00
parent 446df02185
commit eb4ad4697c
2 changed files with 3 additions and 4 deletions
@@ -217,9 +217,6 @@ local function OnSizeChanged() -- ScrollFrame
end
local function OnTextChanged() -- EditBox
this:UpdateScrollChildRect()
this:UpdateScrollState()
this:SetVerticalScroll(this:GetHeight())
local self = this.obj
local value = this:GetText()
if tostring(value) ~= tostring(self.lasttext) then