Skip to content

[tabbox] fix non-working global shortcuts overrides

Andrey Butirsky requested to merge work/bam/tabbox into master

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 adding a level of indirection to the array.

BUG: 359141

Merge request reports