Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.3
-
None
-
Mac OS X 10.5.8, Qt 6.4.3, Cocoa 32-bit
Description
On Mac/Windows, the print/page setup dialogs use setVisible as a hook to show/hide the native print panel.
However they do not call on to QWidget::setVisible to update their QWidget visibility state, which means attempting to query this state can return the wrong value (i.e., claim that the dialog is not visible when it actually is).