Created attachment 137144 [details] Toolbar icons See attached screenshot. In the Tags Manager toolbar, these two buttons have some unusual behavior: - "Organize" (magic wand icon) - "Sync Export" (database cylinder icon) Clicking the narrow drop-down triangles next to these icons displays the menu options. But clicking the larger icons themselves seems to do nothing. Is that the expected behavior? Ubuntu 20.10 digiKam-7.2.0-x86-64.appimage KDE Frameworks Version: 5.78.0 Qt Version: 5.14.2
The behavior is basically normal. We use a QMenu, this knows a default action and the submenu. Since a default action doesn't make sense here, I'll change it to QToolButtons with menu. Maik
Git commit 14f4e245160d787ead0aa71a8fdb9c03afb073c6 by Maik Qualmann. Committed on 29/03/2021 at 16:21. Pushed by mqualmann into branch 'master'. use QPushButton in the Tags Manager toolbar FIXED-IN: 7.3.0 M +2 -1 NEWS M +29 -21 core/libs/tags/manager/tagsmanager.cpp https://invent.kde.org/graphics/digikam/commit/14f4e245160d787ead0aa71a8fdb9c03afb073c6