Code review comment for lp:~dandrader/qtubuntu/busySwap-lp1473720

Revision history for this message
Gerry Boland (gerboland) wrote :

Fix is to add
        QWindowSystemInterface::flushWindowSystemEvents();
after the handleExposeEvent call, to force Qt to deal with the resize asap.

« Back to merge proposal