mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Text selection in chat
* Remove fancy stuff from background * Improve text windows * More improvements to textedit
This commit is contained in:
@@ -40,7 +40,6 @@ function onGameEditText(id, itemId, maxLength, text, writter, time)
|
||||
textEdit:setText(text)
|
||||
textEdit:setEditable(writeable)
|
||||
textEdit:setCursorVisible(writeable)
|
||||
textEdit:wrapText()
|
||||
|
||||
local desc = ''
|
||||
if #writter > 0 then
|
||||
|
Reference in New Issue
Block a user