diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-06 23:47:48 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-06 23:47:48 -0400 |
| commit | e45a88d86a713a3896b2d8aca0833f870c2e3634 (patch) | |
| tree | c9953c15ad2c1269762993dae0f98fc4ec4a5767 | |
| parent | d3270db6dccafd1e1c6b186d13cad9ee56ebcb50 (diff) | |
Elaborated previous commit.
| -rw-r--r-- | area_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/area_darwin.go b/area_darwin.go index 0428432..5b8c64a 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -124,7 +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 + // no need to manually set focus; Mac OS X has already done that for us by this point since we set our view to be a first responder areaMouseEvent(self, e, true, false) } |
