Bug 263016 - Changing font color has no effect
Summary: Changing font color has no effect
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-notes (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 13:58 UTC by Elias Probst
Modified: 2011-01-14 01:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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