Cocoa: Accept mouse clicks that activates windows.
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Fri, 16 Dec 2011 13:32:47 +0000 (14:32 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 16 Dec 2011 13:57:04 +0000 (14:57 +0100)
commitac0e35c8c7c6854051ef519186f2d62b0f6c47b1
tree7b2913ed08b0425d3538163836a791ac16d00113
parent211e434a05c666e172b2f1e2f72c7695adac52a1
Cocoa: Accept mouse clicks that activates windows.

Events for mouse clicks that active windows are by
default suppressed. Qt needs to see all events in
order to properly close popup windows.

Wether or not the event should be sent to the
target needs to be implemented later on - in the
QWidget world this is controlled by WA_MacNoClickThrough

Change-Id: I4b96d33978ed2b3cb793f52bb5b6fef234190a00
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@nokia.com>
src/plugins/platforms/cocoa/qnsview.mm