https://bugs.kde.org/show_bug.cgi?id=456888
Felix Ernst <fe.a.er...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/kolourpaint/commit/906 | |b97b482c0ab45526c1deea684d3 | |d37f4c3a45 --- Comment #4 from Felix Ernst <fe.a.er...@gmail.com> --- Git commit 906b97b482c0ab45526c1deea684d3d37f4c3a45 by Felix Ernst. Committed on 19/07/2022 at 20:24. Pushed by felixernst into branch 'master'. Show keyboard shortcuts in tooltips only once not twice The tools on the left bar of Kolourpaint show their respective keyboard shortcuts in their tooltips. There was a change in KDE frameworks (https://commits.kde.org/kxmlgui/ecd7cefd8d4b8ddb15b8e3a3e6e9bd5c55a9c12c) that made it so all tooltips of actions show their keyboard shortcuts in their tooltips by default. Together this meant that the keyboard shortcut is shown twice. This commit fixes this by removing the Kolourpaint-specific code to show the keyboard shortcut in the tooltip. M +0 -33 tools/kpTool.cpp M +0 -6 tools/kpTool.h M +0 -18 tools/kpToolAction.cpp M +0 -3 tools/kpToolAction.h https://invent.kde.org/graphics/kolourpaint/commit/906b97b482c0ab45526c1deea684d3d37f4c3a45 -- You are receiving this mail because: You are watching all bug changes.