From e45a88d86a713a3896b2d8aca0833f870c2e3634 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 6 Jun 2014 23:47:48 -0400 Subject: [PATCH] Elaborated previous commit. --- area_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }