#936 closed defect (fixed)
BiggerErrorDialog generates warning output in log on Windows
Reported by: | Greg Couch | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Logging | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
When an code exception occurs on Windows, the following warning is shown in the log:
QWindowsWindow::setGeometry: Unable to set geometry 120x30+531+419 on QWidgetWindow/'BiggerErrorDialogClassWindow'. Resulting geometry: 203x124+531+419 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 203x124, maximum size: 16777215x16777215).
Even though the BiggerErrorDialog's sizeHint() is working.
Reproduce by invoking a command with bugs, or with the new "debug exception" command.
Change History (2)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Component: | Unassigned → Logging |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in PyQt 5.9.2 with Qt 5.9.3