summaryrefslogtreecommitdiff
path: root/listbox_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'listbox_darwin.go')
-rw-r--r--listbox_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/listbox_darwin.go b/listbox_darwin.go
index 2c4db08..7f54a8d 100644
--- a/listbox_darwin.go
+++ b/listbox_darwin.go
@@ -182,7 +182,7 @@ func newListboxScrollView(listbox C.id) C.id {
)
scrollview := newScrollView(listbox)
- C.objc_msgSend_uint(scrollview, _setBorderType, _NSBezelBorder) // this is what Interface Builder gives the scroll view
+ C.giveScrollViewBezelBorder(scrollview) // this is what Interface Builder gives the scroll view
return scrollview
}