Bug 263016

Summary: Changing font color has no effect
Product: [Plasma] plasma4 Reporter: Elias Probst <mail>
Component: widget-notesAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Elias Probst 2011-01-13 13:58:49 UTC
Version:           unspecified (using KDE 4.5.95) 
OS:                Linux

The notes applet has a configuration option to change the color of the font.
This option doesn't have any effect.

Reproducible: Always

Steps to Reproduce:
1. Add a note to your desktop containment and type some lines
2. Open the configuration dialog
3. Select 'User defined color' and select another color
4. Click 'OK'

Actual Results:  
The color of the font does not change.

Expected Results:  
I'd expect the color to change according to the selection in the configuration dialog.

Another probably related issue:
When using the 'Slim Glow' theme and adding a new note to the desktop containment, the color selection is very poor: white on yellow - making the note completely unreadable.

As the configuration doesn't allow to change the font color, the only way to make a note readable when using slim glow, is to change the background color of each new note.
Comment 1 Aaron J. Seigo 2011-01-14 01:50:40 UTC
SVN commit 1214292 by aseigo:

* set the color on start
* set the color on config changed
* implement stateChanged
BUG:263016


 M  +30 -23    notes.cpp  
 M  +1 -0      notes.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1214292
Comment 2 Aaron J. Seigo 2011-01-14 01:52:44 UTC
SVN commit 1214293 by aseigo:

* set the color on start
* set the color on config changed
* implement stateChanged
CCBUG:263016


 M  +30 -23    notes.cpp  
 M  +1 -0      notes.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1214293