RichEdit: Hyperlink color is always ltblue, despite the light/dark mode (as we always have white paper)

git-svn-id: svn://ultimatepp.org/upp/trunk@13767 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-12-14 17:28:32 +00:00
parent a2e67adaa8
commit 0cf8a265cd

View file

@ -124,6 +124,8 @@ void RichEdit::Paint(Draw& w)
pi.sizetracking = sizetracking;
pi.showcodes = showcodes;
pi.showlabels = !IsNull(showcodes) && viewborder >= 16;
pi.hyperlink = LtBlue; // because we have white paper even in dark mode
if(spellcheck)
pi.spellingchecker = SpellParagraph;
if(IsSelection()) {