From be56293e9c8fbef647048286bd23a0e5b13caac2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 17 May 2014 12:42:00 -0400 Subject: Found a method in NSArrayController via Stack Overflow which lets me suppress selection-changing behavior on NSTableView inserts; use that on Listbox in Mac OS X. This means sysData.selectIndices() and its Mac OS X implementation can (and has) gone away, clearing TODOs on Windows and Unix by extension. --- sysdata.go | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index 176a42d..d2ac699 100644 --- a/sysdata.go +++ b/sysdata.go @@ -41,7 +41,6 @@ var _xSysData interface { len() int setAreaSize(int, int) selectIndex(int) - selectIndices([]int) } = &sysData{} // this line will error if there's an inconsistency // signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task. -- cgit v1.2.3