mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-25 03:00:30 +02:00
Merge pull request #1418
5ba724b
don't scroll to bottom after appending a new log message
This commit is contained in:
commit
9272767e4e
@ -150,9 +150,9 @@ Window {
|
|||||||
textArea.append(_timestamp + " " + _msg);
|
textArea.append(_timestamp + " " + _msg);
|
||||||
|
|
||||||
// scroll to bottom
|
// scroll to bottom
|
||||||
if(flickable.contentHeight > content.height){
|
//if(flickable.contentHeight > content.height){
|
||||||
flickable.contentY = flickable.contentHeight + 20;
|
// flickable.contentY = flickable.contentHeight + 20;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user