[Fixed 2.8] Lua Multiline Text Method Scroll_To_First_Line() Scrolls T

Just a small bug… both methods scroll to the last line. Guess scrolling single lines isn’t possible to add arrow key support?

– When a scroll bar is visible (needed), scroll the text to show the last line.
multiline_text:scroll_to_last_line()

– When a scroll bar is visible, scroll the text to show the first line.
multiline_text:scroll_to_first_line()

Thanks for reporting. Fixed for the next update.