-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.1.1, 5.11.2
-
None
-
Mac OS 10.8.5
If I make a subclass of QColorDialog, it fails to report events. QObject::event is never called, nor (for example) are closeEvent, changeEvent, done, etc.
If I enable option QColorDialog::DontUseNativeDialog, it starts reporting events as expected. (But this isn't a good long term option, since my users expect to see the native Mac color dialog.)
See attached project that exhibits this bug.