Merge pull request #1418

5ba724b don't scroll to bottom after appending a new log message
pull/2/head
luigi1111 6 years ago
commit 9272767e4e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -150,9 +150,9 @@ Window {
textArea.append(_timestamp + " " + _msg);
// scroll to bottom
if(flickable.contentHeight > content.height){
flickable.contentY = flickable.contentHeight + 20;
}
//if(flickable.contentHeight > content.height){
// flickable.contentY = flickable.contentHeight + 20;
//}
}
}
@ -213,4 +213,4 @@ Window {
color: "#2F2F2F"
z: 2
}
}
}