mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +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
|
||||
|
@@ -25,6 +25,7 @@ TextWindow < MainWindow
|
||||
anchors.right: textScroll.left
|
||||
anchors.bottom: textScroll.bottom
|
||||
vertical-scrollbar: textScroll
|
||||
text-wrap: true
|
||||
|
||||
VerticalScrollBar
|
||||
id: textScroll
|
||||
|
Reference in New Issue
Block a user