diff options
Diffstat (limited to 'area_darwin.go')
| -rw-r--r-- | area_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/area_darwin.go b/area_darwin.go index 216d417..0428432 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -124,6 +124,7 @@ func areaView_mouseMoved_mouseDragged(self C.id, e C.id) { //export areaView_mouseDown func areaView_mouseDown(self C.id, e C.id) { + // no need to manually set focus; Mac OS X has already done that for us by this point areaMouseEvent(self, e, true, false) } |
