Summary: | When Undo is scrolled over the undo choices do not appear | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Tom Cunningham <twcunningham627> |
Component: | ImageEditor-Undo | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.4.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/02aaf4673f45bcb220f188135b7f25cf338b93a1 | Version Fixed In: | 8.5.0 |
Sentry Crash Report: |
Description
Tom Cunningham
2024-07-30 02:58:29 UTC
We use a KToolBarPopupAction for this function. According to the documentation, the popup menu is only available on a toolbar; in a menu it is a normal action. So we have to replace KToolBarPopupAction with something else, e.g. KActionMenu or similar. It also affects the album history function in the digiKam main menu. Maik Git commit 02aaf4673f45bcb220f188135b7f25cf338b93a1 by Maik Qualmann. Committed on 30/07/2024 at 06:20. Pushed by mqualmann into branch 'master'. activate the popup in the menu of a KToolBarPopupAction FIXED-IN: 8.5.0 M +1 -1 NEWS M +4 -0 core/app/main/digikamapp_setup.cpp M +4 -0 core/utilities/imageeditor/editor/editorwindow.cpp https://invent.kde.org/graphics/digikam/-/commit/02aaf4673f45bcb220f188135b7f25cf338b93a1 |