From 9d8976ababebfd7ce670cdb05e3bc303ac466bf6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 15 May 2014 19:55:16 -0400 Subject: Migrated everything else to Objective-C native; fixed a few things I missed along the way. --- listbox_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listbox_darwin.go') 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 } -- cgit v1.2.3