https://bugs.kde.org/show_bug.cgi?id=386911
--- Comment #5 from RJVB <rjvber...@gmail.com> --- Indeed, I just confirmed that with the Outline widget. I had just seen the same thing happening in a demo app using wxQt and fortunately decided to take a look to see if I could understand what was happening :) For the Outline toolview I found an acceptable fix for the *two* empty lines in the plugin's context menu: - use the tooltip text as the menu item text for the sort action - set the filter item text to "Clear filter" and add a lambda function that achieves this. I don't know how useful that is but at least it's sensical. I planned to go through the other cases to see if they can be handled similarly but I think you're suggesting that the context menu simply skips actions with an empty text? -- You are receiving this mail because: You are watching all bug changes.