mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Fix #147
This commit is contained in:
parent
b0b6bad966
commit
a1b1dcc16e
@ -751,6 +751,10 @@ function newobject:RunKey(key, istext)
|
|||||||
self.line = line + 1
|
self.line = line + 1
|
||||||
end
|
end
|
||||||
self.indicatornum = 0
|
self.indicatornum = 0
|
||||||
|
local hbody = self:GetHorizontalScrollBody()
|
||||||
|
if hbody then
|
||||||
|
hbody:GetScrollBar():Scroll(-hbody:GetWidth())
|
||||||
|
end
|
||||||
end
|
end
|
||||||
elseif key == "tab" then
|
elseif key == "tab" then
|
||||||
if alltextselected then
|
if alltextselected then
|
||||||
|
Loading…
Reference in New Issue
Block a user