Summary: | ContextMenu side image not visible anymore | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Usability-Menus | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles, cfeck |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.5.0 | |
Sentry Crash Report: |
Description
Andi Clemens
2011-07-23 22:47:35 UTC
Yes, a regression from bug 274388. Actually, I note that possible issue, but you are so fast with bug fixing :) There are three things that need to be rendered: - the background/frame (PE_FrameMenu) - the icons/text (actual QMenu) - the sidebar (your customization) The rendering order of those elements should match the list above. If the intention was to put the frame above the sidebar, then you might need to explicitely check for QWindowsVistaStyle, and only apply the new rendering order for that. Use style()->inherits(). context menu image have been removed definitively with 2.3.0 release... Gilles Caulier |