https://bugs.kde.org/show_bug.cgi?id=466660
Ismael Asensio <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/e89c09a62e38 | |91abc6c85e79bc770ce1c8549ea | |d Version Fixed In| |5.27.3 --- Comment #5 from Ismael Asensio <[email protected]> --- Git commit e89c09a62e3891abc6c85e79bc770ce1c8549ead by Ismael Asensio. Committed on 03/03/2023 at 17:51. Pushed by iasensio into branch 'master'. TabBox: Avoid unnecesary resets of the client model When the tabbox switcher is shown and any window is added or removed, its client model is fully reset, even if this window is not included in the model. This can be a bit expensive and also produce small visual quirks on certain switchers, so let's check if the window list changes before resetting the model. FIXED-IN: 5.27.3 M +32 -16 src/tabbox/clientmodel.cpp M +4 -4 src/tabbox/clientmodel.h https://invent.kde.org/plasma/kwin/commit/e89c09a62e3891abc6c85e79bc770ce1c8549ead -- You are receiving this mail because: You are watching all bug changes.
