qt5base-lts/tests/auto/gui/kernel/qwindow
Tor Arne Vestbø c286afee3a tst_QWindow::initialSize: Use showNormal() instead of show()
On some platforms show() may result in the window being shown full
screen, depending on the defaultWindowState of the platform. If
that's the case, the resulting window size does not follow
the requested size (though the internal normal geometry should).

We need to use showNormal, so that we guarantee that the window
state is WindowNoState.

Change-Id: Ied080eaca13d759501ea292b5e6b2df4e3b32426
Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
2015-03-12 00:10:27 +00:00
..
qwindow.pro Fix linking of tst_qwindow with dynamic Open GL. 2014-09-08 21:43:06 +02:00
tst_qwindow.cpp tst_QWindow::initialSize: Use showNormal() instead of show() 2015-03-12 00:10:27 +00:00