Elaborated previous commit.

This commit is contained in:
Pietro Gagliardi 2014-06-06 23:47:48 -04:00
parent d3270db6dc
commit e45a88d86a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}