mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
don't scroll to bottom after appending a new log message
This commit is contained in:
parent
06fdf27be2
commit
5ba724b7fa
@ -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;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -213,4 +213,4 @@ Window {
|
|||||||
color: "#2F2F2F"
|
color: "#2F2F2F"
|
||||||
z: 2
|
z: 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user