summaryrefslogtreecommitdiff
path: root/redo/table_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-10 14:37:34 -0400
committerPietro Gagliardi <[email protected]>2014-08-10 14:37:34 -0400
commit5679d02d1e360b979befdff2c393be29d9a2c92d (patch)
tree9f7f22f801c7f85083eb42635f9b33520e7dbee3 /redo/table_darwin.go
parent4e469759067fdbb0eb9d7c4c81c9f434fb36c918 (diff)
Removed borders from Areas on Mac OS X.
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))