Skip to content

taskmanager: Fix blank space and highlight residue in ToolTipInstance

Fushan Wen requested to merge (removed):fix-reuseItems into master

This commit fixes two bugs and makes ToolTipInstance really reusable:

  1. Open 3 or more windows of an app, then close the last of them. The tooltip remains the same size with a blank space where the closed app's thumbnail used to be.

  2. The highlight will remain if an instance closed by middle click is reused.

Thank @bharadwaj-raju for finding out the bug.

Edited by Fushan Wen

Merge request reports