[Bug 226793] frameless combobox drawn without background
Hugo Pereira Da Costa
hugo.pereira at free.fr
Sun Feb 14 13:25:41 GMT 2010
https://bugs.kde.org/show_bug.cgi?id=226793
Hugo Pereira Da Costa <hugo.pereira at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hugo.pereira at free.fr
--- Comment #3 from Hugo Pereira Da Costa <hugo pereira free fr> 2010-02-14 14:25:00 ---
Hi Tobias
The behavior you observe (which I agree does not look very nice) is what
setFrame(0) does (basically remove all the button specific painting - the
frame- and keep the rest), as it is meant to render "flat" widgets, which some
styles honor and some dont.
Could you try either
- leave setFrame at its default value (true)
- use setAutoFillBackground( true ); (it should draw a "flat" grey background
below the combobox).
Tell me if one of the above works.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list