From 8730cbf1c4acf658213c362c6f6bd86a7816355c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 18 Feb 2015 03:40:47 -0500 Subject: "Fixed" the other Windows Table problem. Now to implement selection and fix the fonts... --- table_windows.go | 1 - 1 file changed, 1 deletion(-) (limited to 'table_windows.go') diff --git a/table_windows.go b/table_windows.go index 3b8d3dc..362a49b 100644 --- a/table_windows.go +++ b/table_windows.go @@ -90,7 +90,6 @@ func tableGetCell(data unsafe.Pointer, tnm *C.tableNM) C.LRESULT { t.RLock() defer t.RUnlock() d := reflect.Indirect(reflect.ValueOf(t.data)) -fmt.Printf("%#v\n", *tnm) datum := d.Index(int(tnm.row)).Field(int(tnm.column)) switch { case datum.Type() == reflect.TypeOf((*image.RGBA)(nil)): -- cgit v1.2.3