diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-05 22:53:26 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-05 22:53:26 -0400 |
| commit | 420c640aea536788f9507939370568c23bd39fab (patch) | |
| tree | ebf4cee8dc3eea66f3adbe12da31ad2bbae2c136 | |
| parent | 30c3ee1b98702b56a95637e99d1bd97ca1e07ecf (diff) | |
Noted that NSScrollView sets the Listbox border in listbox_darwin.go.
| -rw-r--r-- | listbox_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listbox_darwin.go b/listbox_darwin.go index 2bc724e..e6804e7 100644 --- a/listbox_darwin.go +++ b/listbox_darwin.go @@ -184,7 +184,7 @@ func listboxTableColumn(listbox C.id) C.id { } /* -The NSTableViews don't draw their own scrollbars; we have to drop our NSTableViews in NSScrollViews for this. +The NSTableViews don't draw their own scrollbars; we have to drop our NSTableViews in NSScrollViews for this. The NSScrollView is also what provides the Listbox's border. */ var ( |
