[Bug 163903] plasma does not draw Plasma::PushButton on the panel

Marco Martin notmart at gmail.com
Thu Jun 12 21:26:00 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=163903         




------- Additional Comments From notmart gmail com  2008-06-12 21:26 -------
there seems to be some ugly interactions with setAttribute(Qt::WA_NoSystemBackground); in the widget implementation (to not show the gray background) and clipping, so either disabling that or
setFlag(ItemClipsChildrenToShape, true); in the panel containment fixes it.
it really seems to be some wacky qt bug.
could we disable clipping in panels? it could cause the problem of applets entering from the top of the screen, looks like we should choose between one of those two bugs...


More information about the Panel-devel mailing list