-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.7.2
-
None
-
Ubuntu 11.04, Qt 4:4.7.2-0ubuntu6.1
When QGtkStyle is used to render a QMenuBar, menus with an icon are not rendered correctly when active (i.e. when the state of the corresponding QStyleOptionMenuItem is QStyle::State_Selected | QStyle::State_Sunken): the icon is not rendered at all.
I'm attaching a minimal code example that reproduces the issue. Compile and run with `./test -style gtk`.