Elaborated previous commit.
This commit is contained in:
parent
d3270db6dc
commit
e45a88d86a
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue