https://bugs.kde.org/show_bug.cgi?id=474570
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kxmlgui/-/commit/634 | |e8225371a72cd5a84c6946dbf78 | |a262221622 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 634e8225371a72cd5a84c6946dbf78a262221622 by Nate Graham. Committed on 25/09/2023 at 23:53. Pushed by ngraham into branch 'master'. KShortcutsEditor: hide local shortcuts columns when needed 33339de5626242b586db63de88666a31023bcba3 resulted in the global shortcuts columns being automatically hidden when the dialog has no global shortcuts. However it did not do the reverse, which is also possible. For example, KWin effects have only global shortcuts and no local shortcuts (local shortcuts don't even make sense there). In such a case, we should hide the local shortcuts columns and only show the global ones. FIXED-IN: 6.0 M +2 -0 src/kshortcutsdialog_p.h M +9 -0 src/kshortcutseditor.cpp https://invent.kde.org/frameworks/kxmlgui/-/commit/634e8225371a72cd5a84c6946dbf78a262221622 -- You are receiving this mail because: You are watching all bug changes.