Skip to content
Commit 3afd24f5 authored by Simon Persson's avatar Simon Persson
Browse files

Fix KF5 port regression in kcm_standard_actions

The KShortcutsEditor reads the property "defaultShortcuts" from the
assigned QAction. This commit changes KCM code to correctly fill in
QActions with default "hardcoded" shortcuts.
Previously it was appending the defaults to the list of active
shortcuts, but that just creates shortcut lists that grow longer and
longer every time user saves settings in this KCM.

BUG: 343665
FIXED-IN: 5.4.1
REVIEW: 123828
parent b80bd0f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment