From d45d163240fca2fcdec445f1d8622062ad90bdd8 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 12 Feb 2019 11:16:44 +0100 Subject: 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 --- src/quicktemplates2/qquickpopup.cpp | 4 ++-- 1 file 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 { -- cgit v1.2.3