Without this indicator there is no way to see, whether a toolbar button is a simple button or is a dropdown menu. Example: Settings button in dolphin menu Reproducible: Always Steps to Reproduce: 1. Start oxygen-demo5 2. Choose tab "Buttons" 3. The buttons in the middle column on the right side of the "Toolbuttons" group have no indicator.
Created attachment 100972 [details] left side: oxygen on kde4; right side: oxygen with qt5
Hello, Thanks for reporting. However, the change is intentional. (the same is implemented in breeze, as well as in the kde4 "backport" of oxygen at kf5. The rationale is that - this arrow was causing a lot of rendering issues - is not really necessary, for toolbutton with 'immediate' menu popup (that is: for which the only action is to raise a popup). The arrow is still there for toolbuttons with a separate menu (the left-most button in your screenshot), as well as for buttons with "delayed" popup, when you can either click to perform the action, or press-and-wait to raise the menu (although the use of such delayed popup menu buttons is discouraged). Does that make sense ? So closing as "invalid" (or rather: design choice) Best regards, Hugo
To me it is a matter of consistency to show a indicator whenever a control (button, menu entry, whatever) opens a (popup) menu. But I understand your reasoning, and can live with that. Thanks for your time.