diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-25 14:04:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-25 14:04:20 -0400 |
| commit | 14100cd1722a258a20ee825ee8cc4bbfd32a9a06 (patch) | |
| tree | 55973ac21385b95a798a8c4239a92c4b4ec426fa /redo/table_windows.c | |
| parent | 3b703fc2416590f4b2172ed0e2371e8e1b81c77d (diff) | |
Implemented changing themes in Windows Tables. Phew...
Diffstat (limited to 'redo/table_windows.c')
| -rw-r--r-- | redo/table_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
