From 274fa0c2928e3d1573a83d2f68048963df5e16e4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Apr 2014 21:49:41 -0400 Subject: Fixed Comboboxes on Mac OS X having an initial selection. This also lays the groundwork for adding Combobox/Listbox.Select() as a public function... --- sysdata.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index 1507912..d2ac699 100644 --- a/sysdata.go +++ b/sysdata.go @@ -40,6 +40,7 @@ var _xSysData interface { setProgress(int) len() int setAreaSize(int, int) + selectIndex(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