From 56dc245a2beb42ceb9f2159da8cd5dd131e23a02 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Wed, 5 Dec 2012 17:26:38 +0100 Subject: Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbars Change-Id: I8a542263df64a21cad6b8cddc5ab1d8a93e153d5 Reviewed-by: Jens Bache-Wiig --- src/corelib/global/qnamespace.qdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/corelib/global') 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.) -- cgit v1.2.3