mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
a2e67adaa8
commit
0cf8a265cd
1 changed files with 2 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue