Mac: QComboBox wouldn't receive mouse events when shown within a modal dialog
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Mon, 1 Oct 2012 17:16:04 +0000 (19:16 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 3 Oct 2012 15:30:52 +0000 (17:30 +0200)
commitafd66b3cb0922c1e30cb7d11cd381c5be1149967
tree1efa8faff317e523835fd96fcaefd4d0cd980069
parent403b15488b3d687bc2830099f075a5ad12f0ef5f
Mac: QComboBox wouldn't receive mouse events when shown within a modal dialog

The mouse events were being stolen by the modal dialog, preventing the
combo box to update itself. Key events were being properly forwarded,
but this was probably due to the different way key events are being
delivered.

Change-Id: I5bfc4800fad9fd4122a212e6fdec13811a7e647b
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
src/plugins/platforms/cocoa/qcocoawindow.mm