mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
make debug log autoscroll when you add new content to it
This commit is contained in:
parent
9b11c7cc9c
commit
f8bae60361
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
function fromScript(message) {
|
function fromScript(message) {
|
||||||
textArea.text += message + "\n";
|
textArea.append(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue