https://bugs.kde.org/show_bug.cgi?id=359141

Andrey <butir...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/kwin/commit/471d635f0c68
                   |                            |44cf5b99baa73b2142c9d89d947
                   |                            |1

--- Comment #18 from Andrey <butir...@gmail.com> ---
Git commit 471d635f0c6844cf5b99baa73b2142c9d89d9471 by Andrey Butirsky.
Committed on 08/06/2021 at 11:50.
Pushed by butirsky into branch 'master'.

[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.

M  +1    -1    src/tabbox/tabbox.cpp

https://invent.kde.org/plasma/kwin/commit/471d635f0c6844cf5b99baa73b2142c9d89d9471

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to