scrolltextwidget(fix): add moveCursor method

pull/2168/head
Qingping Hou 8 years ago
parent 7493fc89f6
commit 086dbdb657

@ -80,6 +80,10 @@ function ScrollTextWidget:focus()
self.text_widget:focus()
end
function ScrollTextWidget:moveCursor(x, y)
self.text_widget:moveCursor(x, y)
end
function ScrollTextWidget:scrollText(direction)
if direction == 0 then return end
local low, high

Loading…
Cancel
Save