This commit is contained in:
Pinya
2018-07-22 22:16:39 +03:00
parent 5190f2abf6
commit 19e78f6174
3 changed files with 3 additions and 6 deletions
@@ -272,8 +272,8 @@ local function OnVerticalScroll() -- ScrollFr
editBox:SetHitRectInsets(0, 0, arg1, editBox:GetHeight() - arg1 - this:GetHeight())
this.obj.scrollFrame:SetScrollChild(editBox)
editBox:SetPoint("TOPLEFT",0,arg1)
editBox:SetPoint("TOPRIGHT",0,arg1)
editBox:SetPoint("TOPLEFT", 0, arg1)
editBox:SetPoint("TOPRIGHT", 0, arg1)
end
local function OnShowFocus()