mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Fix render colour of selected text.
svn path=/trunk/netsurf/; revision=8642
This commit is contained in:
parent
2565a37a52
commit
4ff22c67df
@ -894,10 +894,10 @@ bool text_redraw(const char *utf8_text, size_t utf8_len,
|
||||
}
|
||||
}
|
||||
|
||||
fstyle_hback.background =
|
||||
pstyle_fill_hback->fill_colour ^ 0xffffff;
|
||||
fstyle_hback.foreground =
|
||||
fstyle_hback.background =
|
||||
pstyle_fill_hback->fill_colour;
|
||||
fstyle_hback.foreground =
|
||||
pstyle_fill_hback->fill_colour ^ 0xffffff;
|
||||
|
||||
if (text_visible &&
|
||||
!plot.text(x, y + (int) (height * 0.75 * scale),
|
||||
|
Loading…
Reference in New Issue
Block a user