Skip to content

Fix animation when clicking grouped windows in task manager

Niccolò Venerandi requested to merge work/niccolove/windowviewfix into master

Since hidden windows are not placed in the grid-like view, cell.isReady is always false for them, and they never switch to the "active-hidden" state when the effect is turned on. This commit makes sure that windows hide even if their cell isn't ready.

Edited by Niccolò Venerandi

Merge request reports