<table><tr><td style="">dhaumann created this revision.<br />dhaumann added reviewers: vkrause, cullmann, kossebau.<br />Herald added projects: Kate, Frameworks.<br />Herald added subscribers: kde-frameworks-devel, kwrite-devel.<br />dhaumann requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21295">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>QTextDocument seems to use the widget palette (or application<br />
palette) when drawing text. That is, by default the palette's<br />
foreground color is used when no special QTextCharFormat is<br />
specified.</p>

<p>This patch changes applyFormat() such that the foreground color<br />
is always set to avoid the fallback to the QPalette's foreground<br />
color.</p>

<p>BUG: 406821<br />
BUG: 406816<br />
FIXED-IN: 5.59</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>make && make test + manual testing with the codeeditor example</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R216 Syntax Highlighting</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-syntax-highlighter-default-color</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21295">https://phabricator.kde.org/D21295</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>examples/codeeditor.cpp<br />
src/lib/syntaxhighlighter.cpp</div></div></div><br /><div><strong>To: </strong>dhaumann, vkrause, cullmann, kossebau<br /><strong>Cc: </strong>kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann<br /></div>