Bug 201219

Summary: List of posts uses window text colour when it should use view text colour.
Product: [Applications] akregator Reporter: Peter Lewis <pete>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Peter Lewis 2009-07-23 13:53:27 UTC
Version:            (using KDE 4.2.96)
Installed from:    Unlisted Binary Package

As the short description says really.

If you choose a dark view background with light text, and a light window background with dark text, then the list of posts in a feed is unreadable.

Further testing shows that it seems that the list of posts view is using the window text colour rather than the view text colour, even though it's in a view, and uses the view background colour.

Thanks.
Comment 1 Frank Osterfeld 2009-07-23 14:14:19 UTC
SVN commit 1001482 by osterfeld:

use QPalette::Text, not QPalette::WindowText for read items in the list view
BUG:201219


 M  +1 -1      articlelistview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1001482
Comment 2 Peter Lewis 2009-07-23 14:55:25 UTC
Wow, fastest bugfix ever?

Thanks!