diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-08 20:31:15 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-08 20:31:15 -0400 |
| commit | 8ee7b2b8097ee7d67bb38d0180e81f53c6d05326 (patch) | |
| tree | 69f9f2df32472968ea29d6b0c65c6557da231447 /redo/area_unix.go | |
| parent | ff6c3a7cbeb120892f50afbe849ecdbeb32aebc3 (diff) | |
Removed borders from Areas on the GTK+ backend.
Diffstat (limited to 'redo/area_unix.go')
| -rw-r--r-- | redo/area_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/area_unix.go b/redo/area_unix.go index b6c70cb..8b96ff0 100644 --- a/redo/area_unix.go +++ b/redo/area_unix.go @@ -50,7 +50,7 @@ func newArea(ab *areabase) Area { areabase: ab, _widget: widget, drawingarea: (*C.GtkDrawingArea)(unsafe.Pointer(widget)), - scroller: newScroller(widget, false), // not natively scrollable, + scroller: newScroller(widget, false, false), // not natively scrollable, no border clickCounter: new(clickCounter), } for _, c := range areaCallbacks { |
