This commit is contained in:
Kenny Shields 2014-09-28 15:55:34 -04:00
parent b0b6bad966
commit a1b1dcc16e

View File

@ -751,6 +751,10 @@ function newobject:RunKey(key, istext)
self.line = line + 1
end
self.indicatornum = 0
local hbody = self:GetHorizontalScrollBody()
if hbody then
hbody:GetScrollBar():Scroll(-hbody:GetWidth())
end
end
elseif key == "tab" then
if alltextselected then