summaryrefslogtreecommitdiff
path: root/redo/table_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/table_darwin.go')
-rw-r--r--redo/table_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/table_darwin.go b/redo/table_darwin.go
index 64c78bd..14b2c8d 100644
--- a/redo/table_darwin.go
+++ b/redo/table_darwin.go
@@ -22,7 +22,7 @@ func finishNewTable(b *tablebase, ty reflect.Type) Table {
id := C.newTable()
t := &table{
_id: id,
- scroller: newScroller(id),
+ scroller: newScroller(id, true), // border on Table
tablebase: b,
}
C.tableMakeDataSource(t._id, unsafe.Pointer(t))