[project @ 2006-03-21 17:33:35 by rjek]

Fix typo in redraw code.  Yes, I will learn to compile code before checking in.

svn path=/import/netsurf/; revision=2146
This commit is contained in:
Rob Kendrick 2006-03-21 17:33:35 +00:00
parent 388ce7b8c4
commit d59c1e3537
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ bool html_redraw_checkbox(int x, int y, int width, int height,
if (z == 0)
z = 1;
if !((plot.fill(x, y, x + width, y + height, WIDGET_BASEC) &&
if (!(plot.fill(x, y, x + width, y + height, WIDGET_BASEC) &&
plot.line(x, y, x + width, y, 1, dark, false, false) &&
plot.line(x, y, x, y + height, 1, dark, false, false) &&
plot.line(x + width, y, x + width, y + height, 1, lite,