summaryrefslogtreecommitdiff
path: root/wintable/new/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/new/draw.h')
-rw-r--r--wintable/new/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/draw.h b/wintable/new/draw.h
index e7ca331..314e2e3 100644
--- a/wintable/new/draw.h
+++ b/wintable/new/draw.h
@@ -58,7 +58,7 @@ static void drawCell(struct table *t, HDC dc, struct drawCellParams *p)
toCheckboxRect(t, &r, p->xoff);
SetDCBrushColor(dc, RGB(255, 0, 0));
if (p->row == lastCheckbox.row && p->column == lastCheckbox.column)
- SetDCBrushColor(dc, RGB(128, 0, 128));
+ SetDCBrushColor(dc, RGB(216, 0, 216));
if (t->checkboxMouseDown) {
if (p->row == t->checkboxMouseDownRow && p->column == t->checkboxMouseDownColumn)
SetDCBrushColor(dc, RGB(0, 0, 255));