Commit 05b6437b authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Fixed font background colour for select display fields

parent 5e2a584e
......@@ -1668,7 +1668,7 @@ _kernel_oserror * redraw_draw_r(int toplevel, int xorg, int yorg, browser_data *
fm_set_font_colour(fh,
redraw_token_colour(b, tp),
Redraw_Colour_White);
(tp->style & SELECT) ? Redraw_Colour_BackGrey : Redraw_Colour_White);
form_textarea_redraw(b,
d->cdata[cn].t,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment