Summary: | Cannot customize the toolbar | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kfm-devel, nate |
Priority: | NOR | Keywords: | qt6 |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kxmlgui/-/commit/b9a463d7ef2a0117e1d7c6e6b2eb3e18c571233d | Version Fixed In: | |
Sentry Crash Report: |
Description
Patrick Silva
2023-07-05 13:06:13 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/174 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/175 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/176 Git commit b9a463d7ef2a0117e1d7c6e6b2eb3e18c571233d by Kai Uwe Broulik. Committed on 25/07/2023 at 12:29. Pushed by nicolasfella into branch 'master'. KToolBar: Restore context menu This has been deprecated since 5.0 when the contextMenuEnabled property got deprecated and subsequently got removed for 6.0. However, the context menu code itself is still useful. Restore the code, port it to non-deprecated API and instead follow the contextMenuPolicy. M +25 -8 src/ktoolbar.cpp M +1 -0 src/ktoolbar.h https://invent.kde.org/frameworks/kxmlgui/-/commit/b9a463d7ef2a0117e1d7c6e6b2eb3e18c571233d |