Bug 201219 - List of posts uses window text colour when it should use view text colour.
Summary: List of posts uses window text colour when it should use view text colour.
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 13:53 UTC by Peter Lewis
Modified: 2009-07-23 14:55 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 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!