From d6f971c8547d7f0619b63f7e07f1c292e811b45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 13 Sep 2011 14:02:02 +0200 Subject: Fixed tst_qpixmap::grabWidget(). prepareToRender() might call adjustSize() resulting in the widget's size changing, so we should make sure to call adjustSize() _before_ we decide on the required pixmap dimensions. Task-number: QTBUG-21402 Change-Id: Ie72b46bc8e8e22f848769f78187f47ae9f4e37d3 Reviewed-on: http://codereview.qt-project.org/4772 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- tests/auto/gui/image/qpixmap/qpixmap.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/gui/image/qpixmap/qpixmap.pro b/tests/auto/gui/image/qpixmap/qpixmap.pro index bcd65897d2..fe156d547c 100644 --- a/tests/auto/gui/image/qpixmap/qpixmap.pro +++ b/tests/auto/gui/image/qpixmap/qpixmap.pro @@ -31,5 +31,3 @@ wince*: { } RESOURCES += qpixmap.qrc - -CONFIG += insignificant_test # QTBUG-21402 -- cgit v1.2.3