Noted that NSScrollView sets the Listbox border in listbox_darwin.go.

This commit is contained in:
Pietro Gagliardi 2014-04-05 22:53:26 -04:00
parent 30c3ee1b98
commit 420c640aea
1 changed files with 1 additions and 1 deletions

View File

@ -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 ( var (