aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-12 11:16:44 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-02-25 13:14:35 +0000
commitd45d163240fca2fcdec445f1d8622062ad90bdd8 (patch)
treeac2adef4213e3f527bee02b53b2eb15471940e92
parent951bfc041f1f43272f73d9cbc47100060c379c0c (diff)
Doc: state that negative scales for Popup are not supported
This sentence was probably copied from Item's docs. Task-number: QTBUG-73687 Change-Id: If9f7554c78cbc47abc7c9fdabacc8025864b76e0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/quicktemplates2/qquickpopup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp
index 72e4f042..dd7dede6 100644
--- a/src/quicktemplates2/qquickpopup.cpp
+++ b/src/quicktemplates2/qquickpopup.cpp
@@ -1972,8 +1972,8 @@ void QQuickPopup::setOpacity(qreal opacity)
This property holds the scale factor of the popup. The default value is \c 1.0.
A scale of less than \c 1.0 causes the popup to be rendered at a smaller size,
- and a scale greater than \c 1.0 renders the popup at a larger size. A negative
- scale causes the popup to be mirrored when rendered.
+ and a scale greater than \c 1.0 renders the popup at a larger size. Negative
+ scales are not supported.
*/
qreal QQuickPopup::scale() const
{