Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.2
-
None
-
0318f0d5a43a78831f3bf4cb043d0b2b41cd9987
Description
When you set a border on a QMenu with style sheet, the border is drawn. But this also set the width of the PM_MenuPanelWidth and this leads to a "double frame" around the menu.
Instead when a border is set on the QMenu, the PM_MenuPanelWidth should be always nul.
Included a test case to reproduce and a patch candidate.