diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 14:09:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 14:09:53 -0400 |
| commit | 2a2d730d12086097a977370e9f3a87c3053ac7ae (patch) | |
| tree | 26180c7a0be2df94435c76fc9e42e2079e56c49b /redo/area_unix.go | |
| parent | 35228385c11ec939ebc29dbaa3d653bcad6cd3b4 (diff) | |
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X keyboard trap.
Diffstat (limited to 'redo/area_unix.go')
| -rw-r--r-- | redo/area_unix.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/area_unix.go b/redo/area_unix.go index e664724..3c2a62e 100644 --- a/redo/area_unix.go +++ b/redo/area_unix.go @@ -388,10 +388,6 @@ func our_area_focus_callback(widget *C.GtkWidget, direction C.GtkDirectionType, // this event indicates entering focus; always allow it return continueEventChain } - a := (*area)(unsafe.Pointer(data)) - if a.handler.Defocuses() { - return continueEventChain - } return stopEventChain } |
