1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Formspec: textarea with scrollbar improvements

Increase scrollrate depending on fontsize

Scroll on mousewheel

Allow scrolling and marking text on non writable textareas

Update lua api about readonly mode

Show scrollbar if text overflows
This commit is contained in:
adrido 2017-10-09 06:57:18 +02:00 committed by Loic Blot
parent 9b8fa99fe3
commit e6e5fa3bf8
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
5 changed files with 46 additions and 30 deletions

View file

@ -81,6 +81,8 @@ src/gettext.cpp
src/gettext.h
src/guiChatConsole.cpp
src/guiChatConsole.h
src/guiEditBoxWithScrollbar.cpp
src/guiEditBoxWithScrollbar.h
src/guiEngine.cpp
src/guiEngine.h
src/guiPathSelectMenu.cpp