Bug 163945

Summary: notes and notify plasmoid have a white background
Product: [Plasma] Oxygen Reporter: S. Burmeister <sven.burmeister>
Component: generalAssignee: Camilla Boemann <cbo>
Status: RESOLVED FIXED    
Severity: normal CC: georg.wittenburg
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description S. Burmeister 2008-06-13 09:21:03 UTC
Version:            (using Devel)
OS:                Linux

Revision: 820071. The notes and the notify plasmoid, maybe some others as well, show a white background instead of a yellow one, in case of the notes plasmoid.

This is using the default plasma theme.
Comment 1 Anne-Marie Mahfouf 2008-06-13 10:18:16 UTC
When you change the Style in SystemSettings from Oxygen to something else, the background is OK again so I guess it should be re-assigned to Oxygen devels!
Comment 2 Anne-Marie Mahfouf 2008-06-13 10:29:03 UTC
Reassigning, Marco thinks it's oxygen.cpp line 2021 widget->setAttribute(Qt::WA_StyledBackground);
Comment 3 Marco Martin 2008-06-13 10:32:25 UTC
yeah, can confirm, removing that line the problem goes away, since we use a lot Qt::WA_NoSystemBackground it seems that overrides it.
Comment 4 Camilla Boemann 2008-06-13 10:44:31 UTC
SVN commit 820123 by boemann:

Try fixing a bug with oxygen background and plasma
CCBUG:163945


 M  +3 -3      oxygen.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=820123
Comment 5 Camilla Boemann 2008-06-13 10:58:01 UTC
Reported as working by Marco
Comment 6 Anne-Marie Mahfouf 2008-06-22 14:32:32 UTC
*** Bug 164661 has been marked as a duplicate of this bug. ***