Skip to content

Stop quick tile combine timer when activating a window

Vlad Zahorodnii requested to merge work/zzag/quick-tile-less-idling into master

The quick tile test waits 1s to ensure that the quick tile combine timer is not active. On the other hand, if the active window changes, it makes sense to reset quick tile combine status. That also lets us get rid of the QTest::qWait() in QuickTilingTest::testShortcut().

Merge request reports