aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/outputwindow.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-02-25 16:47:49 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2021-02-26 15:34:55 +0000
commit4ebe717a7db6432b209a4a2307c0fd5a98782e1e (patch)
tree06f8931882ba43c0ed6def9d4123318374e05ae7 /src/plugins/coreplugin/outputwindow.h
parent1616e72fcc8eb66eea4db37000b92d9aaec0d050 (diff)
Output panes: Fix auto-scrolling issue
The idea is that the user turns auto-scrolling off by manually moving the scrollbar up and turns it back on again by moving it all the way down. However, at least on my machine I am no longer able to do the latter -- the scrollbar position is always at least one below the maximum. I don't know when, why or how that changed, nor do I know whether it's about Qt, the window system or something else. Either way, we have to account for it. Change-Id: I83aab758d72735d4db45d228eca8bbc7a8eebd93 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/outputwindow.h')
-rw-r--r--src/plugins/coreplugin/outputwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/outputwindow.h b/src/plugins/coreplugin/outputwindow.h
index de951ded95..70b216b08c 100644
--- a/src/plugins/coreplugin/outputwindow.h
+++ b/src/plugins/coreplugin/outputwindow.h
@@ -91,7 +91,6 @@ public slots:
void setWordWrapEnabled(bool wrap);
protected:
- bool isScrollbarAtBottom() const;
virtual void handleLink(const QPoint &pos);
private: