https://bugs.kde.org/show_bug.cgi?id=443006
Felix Ernst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Product|frameworks-kconfigwidgets |Breeze Assignee|[email protected] |[email protected] Component|general |QStyle Version|5.86.0 |unspecified CC| |[email protected] --- Comment #1 from Felix Ernst <[email protected]> --- This bug happens in any QMenu that adds a section (QMenu::addSection(text)) with text that is very very long. The bug is encountered in KHamburgerMenu when a global menu bar is used because in that case no "Show Menubar" action is visible which reduces the overall width of this menu so it is narrower than the "<amount> Menu Bar Exclusive Actions" section text. I think the correct fix for this isn't in KConfigWidgets since this is a general problem on how section text sometimes doesn't fit in the QMenu. Maybe it should be fixed in the style. >EXPECTED RESULT >Text is truncated correctly and not just cut Alternatively the width of the QMenu should be wider so everything fits. -- You are receiving this mail because: You are watching all bug changes.
