diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-12 22:05:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-12 22:05:34 -0400 |
| commit | d4c79539af8b33f41c070773c6bc5e5cbf867543 (patch) | |
| tree | 43a7eb1de1892a58774752bc56cd10b63050b405 /sysdata.go | |
| parent | 274fa0c2928e3d1573a83d2f68048963df5e16e4 (diff) | |
Fixed Listboxes on Mac OS X having an initial selection.
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ 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. |
