From 14100cd1722a258a20ee825ee8cc4bbfd32a9a06 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 25 Aug 2014 14:04:20 -0400 Subject: Implemented changing themes in Windows Tables. Phew... --- redo/table_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/table_windows.c') diff --git a/redo/table_windows.c b/redo/table_windows.c index 2f7d538..af61d96 100644 --- a/redo/table_windows.c +++ b/redo/table_windows.c @@ -36,7 +36,7 @@ static void tableSetCheckboxImageList(HWND hwnd, struct tableData *t) HIMAGELIST old; old = t->checkboxImageList; - t->checkboxImageList = makeCheckboxImageList(hwnd); + t->checkboxImageList = makeCheckboxImageList(hwnd, &t->theme); if (SendMessageW(hwnd, LVM_SETIMAGELIST, LVSIL_STATE, (LPARAM) (t->checkboxImageList)) == (LRESULT) NULL) ;//TODO xpanic("error setting image list", GetLastError()); // TODO free old one here if any -- cgit v1.2.3