Every time I click on a QMenu item, the following error is sent to stdout:<br><div style="margin-left: 40px; font-family: courier new,monospace;">X Error: BadValue (integer parameter out of range for operation) 2<br>&nbsp; Major opcode: 12 (X_ConfigureWindow)
<br>&nbsp; Resource id:&nbsp; 0x0<br></div><br>The QMenu and QAction items still work correctly, so it looks like this error doesn't have any effect.&nbsp; Nonetheless, I'd like to prevent it from occurring.&nbsp; Does anybody know how I can do so?
<br><br>I'm using: Qt 4.2.1, PyQt 4.1, Python 2.4.4.<br><br>