mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Stop auto-scroll in detail view. It is unnecessary because appeneding will scroll the view. Also, it prevents the user from looking at earlier messages because it scrolls to the bottom every second.
This commit is contained in:
parent
2ed396d2c1
commit
e12f0a39c3
@ -344,8 +344,6 @@ class DetailView(QDialog, Ui_Dialog):
|
||||
self.next_pos = f.tell()
|
||||
if more:
|
||||
self.log.appendPlainText(more.decode('utf-8', 'replace'))
|
||||
vbar = self.log.verticalScrollBar()
|
||||
vbar.setValue(vbar.maximum())
|
||||
|
||||
|
||||
class JobsView(TableView):
|
||||
|
Loading…
x
Reference in New Issue
Block a user