From 672a085366f0e3e653f374537624a52ada047650 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Wed, 16 Dec 2020 12:18:15 +0100 Subject: QQuickStyleItem: use correct enum number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should of course be 4, not 3. The result of it being 3 is that we would always also print info when debugging imagerect. Pick-to: 6.0 Change-Id: I257159b25b8aad1848d82af9855ecd194e7360a0 Reviewed-by: Jan Arve Sæther --- src/imports/nativestyle/items/qquickstyleitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imports/nativestyle/items/qquickstyleitem.h b/src/imports/nativestyle/items/qquickstyleitem.h index e262055f..c21a2b0b 100644 --- a/src/imports/nativestyle/items/qquickstyleitem.h +++ b/src/imports/nativestyle/items/qquickstyleitem.h @@ -196,7 +196,7 @@ public: NoDebug = 0x000, Debug = 0x001, Info = 0x002, - ImageRect = 0x003, + ImageRect = 0x004, ContentRect = 0x008, LayoutRect = 0x010, Unscaled = 0x020, -- cgit v1.2.3