Opened 14 years ago
Closed 13 years ago
#216 closed defect (fixed)
Sytem menu icon missing
Reported by: | rudi | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Qt 4.7 |
Component: | General | Version: | 4.6.3 |
Severity: | low | Keywords: | |
Cc: |
Description
When an image that doesn't have any transparency is set as window icon for a toplevel widget, the PM icon for the system menu is not created. This is due to the fact, that WinCreatePointerIndirect() requires a valid hbmPointer.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | qpixmap_pm.diff added |
---|
comment:1 by , 13 years ago
Milestone: | Qt Enhanced → Qt 4.7 |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied your patch in r941 (while I was there). Thanks for noticing!
Note:
See TracTickets
for help on using tickets.
Fix for the above problem