Noted that NSScrollView sets the Listbox border in listbox_darwin.go.
This commit is contained in:
parent
30c3ee1b98
commit
420c640aea
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue