Summary: | Composer textedits don't use custom color config | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Jeffrey Froman <kde-user> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bluedzins |
Priority: | NOR | ||
Version: | 1.10.0 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jeffrey Froman
2005-03-31 05:20:26 UTC
Quite contrary -- those are just edit-boxes and To and Identity are ok, but from, mail transport and Subject are incorrectly rendered (colors are not taken from KDE settings). Right, confirmed. Actually I think the idea of using custom colors is backwards, IMHO the config option could disappear and the KDE colors be used instead. SVN commit 837712 by tmcguire: Remove the ability to set custom background and foreground colors. Reasons: - It was buggy (the recipientseditor, mimeparttree etc didn't obey to it) - It is already provided by the KDE colorscheme (unlike the other color options) Also, the ApplicationPaletteChange event is no longer used, so listen to PaletteChange events instead. BUG:102906 BUG:167346 M +1 -7 configuredialog.cpp M +2 -4 csshelper.cpp M +3 -7 favoritefolderview.cpp M +1 -11 foldertreebase.cpp M +0 -6 kmail.kcfg M +1 -45 kmcomposewin.cpp M +0 -10 kmcomposewin.h M +1 -18 kmheaders.cpp M +1 -1 kmreaderwin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=837712 |