summaryrefslogtreecommitdiff
path: root/redo/imagelist_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-17 15:30:10 -0400
committerPietro Gagliardi <[email protected]>2014-08-17 15:30:10 -0400
commitd7c173cc05f139d012618e48e2dbfc4454732126 (patch)
tree2cf0f7875bdcb6d4c41952974d7b8f5684ce2946 /redo/imagelist_windows.go
parent38e7565c378a9da93d04f41ab166f5bdac09de32 (diff)
Began implementing checkboxes in the Windows Table.
Diffstat (limited to 'redo/imagelist_windows.go')
-rw-r--r--redo/imagelist_windows.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/redo/imagelist_windows.go b/redo/imagelist_windows.go
index 479e9a5..37924bd 100644
--- a/redo/imagelist_windows.go
+++ b/redo/imagelist_windows.go
@@ -41,6 +41,5 @@ func (i *imagelist) apply(hwnd C.HWND, uMsg C.UINT, wParam C.WPARAM) {
for index := range i.list {
C.addImage(il, hwnd, i.list[index], C.int(i.width[index]), C.int(i.height[index]), width, height)
}
-// C.applyImageList(hwnd, uMsg, wParam, il)
- C.applyImageList(hwnd, uMsg, wParam, C.checkboxImageList)
+ C.applyImageList(hwnd, uMsg, wParam, il)
}