https://bugs.kde.org/show_bug.cgi?id=394963
--- Comment #5 from Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> --- (In reply to Vlad Zagorodniy from comment #3) > (In reply to Hugo Pereira Da Costa from comment #2) > > Hi Vlad, > > Hi, Hugo! :) > > > Is this the case for _all_ spinboxes ? Or only in some applications ? > > No, that's the case for all QWidget apps. Kirigami apps seems don't have > such problem. > > FWIW, that's also the case for Oxygen and MS Windows 9x. Spinboxes with > the Fusion widget style look OK. > Thanks. That's useful. I'll have a look, and if you by chance can compile breeze locally, I'll probably have some patches for you to test. There is a flag "isFlat" for spinboxes, to allow for rendering frameless spinboxes in e.g. listviews. It seems that for some reason, and some widget styles, this flag is set to true in cases where it should not. That's what I'll investigate. I'd be curious to know if "editable" comboboxes show the same issue. Example of editable comboboxes can be found in "oxygen-demo5" or in any "save" dialog. Can you check ? -- You are receiving this mail because: You are watching all bug changes.