summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2013-12-05 14:48:10 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-06 13:52:34 +0100
commit0c936ca83c40b73f30195a619900f2be98b9e968 (patch)
tree78e1b755d7b5c7c6b430ecd3ca24ce12ccc35cc8 /tests
parent862e11cd199e51eb27e5f49aad511e676b0aba95 (diff)
Windows: Don't cover the taskbar when maximizing frameless windows
Brings Windows QPA on par with other platforms. [ChangeLog][Windows] Don't cover the taskbar when maximizing frameless windows. Task-number: QTBUG-8361 Change-Id: Iba35132f697cb7379650a4c883b616c5c2023d4c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
index 36a3a8bad5..9090f97ce6 100644
--- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
+++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
@@ -4571,7 +4571,6 @@ void tst_QWidget::setGeometry_win()
RECT rt;
::GetWindowRect(winHandleOf(&widget), &rt);
QVERIFY(rt.left <= 0);
- QEXPECT_FAIL("", "QTBUG-26424", Continue);
QVERIFY(rt.top <= 0);
}
#endif // defined (Q_OS_WIN) && !defined(Q_OS_WINCE)