https://bugs.kde.org/show_bug.cgi?id=359141
Andrey <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/471d635f0c68 |ma/kwin/commit/c04b2aa367a9 |44cf5b99baa73b2142c9d89d947 |4a09f8ab036841fd9802a0e5543 |1 |4 --- Comment #19 from Andrey <[email protected]> --- Git commit c04b2aa367a94a09f8ab036841fd9802a0e55434 by Andrey Butirsky. Committed on 08/06/2021 at 11:53. Pushed by butirsky into branch 'Plasma/5.22'. [tabbox] fix non-working global shortcuts overrides static cuts[] array was initialized only once with copies of non-const objects, so when new shortcuts are configured, the old objects were still referenced. Fixed by having non-static array instead, so actual objects are copied on the init every time. (cherry picked from commit 471d635f0c6844cf5b99baa73b2142c9d89d9471) M +1 -1 src/tabbox/tabbox.cpp https://invent.kde.org/plasma/kwin/commit/c04b2aa367a94a09f8ab036841fd9802a0e55434 -- You are receiving this mail because: You are watching all bug changes.
