summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@digia.com>2012-12-05 17:26:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-19 23:42:49 +0100
commit56dc245a2beb42ceb9f2159da8cd5dd131e23a02 (patch)
tree64232908fe8d37a7b0874ef4ceaf1cc42b442f62 /src/corelib/global
parent4e38747d8deb13593e0f277fa10145a6608063c1 (diff)
Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbars
Change-Id: I8a542263df64a21cad6b8cddc5ab1d8a93e153d5 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index f09e3ce484..0b0d089ba5 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1721,7 +1721,9 @@
\value ScrollBarAlwaysOff QAbstractScrollArea never shows a scroll bar.
- \value ScrollBarAlwaysOn QAbstractScrollArea always shows a scroll bar.
+ \value ScrollBarAlwaysOn QAbstractScrollArea always shows a scroll bar. This
+ property is ignored on systems with transient scroll bars (e.g., on Mac from
+ version 10.7).
(The modes for the horizontal and vertical scroll bars are
independent.)