Opened 19 years ago
Closed 19 years ago
#2162 closed patch (duplicate)
correct osd visibleBounds
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
QRect(QPoint(), QPoint()) doesn't create a rectangle of the expected size. QRect(QPoint(0,0), QPoint(1,1)) has width and height 2. It's even documented http://doc.trolltech.com/3.3/qrect.html#QRect-4. Attached patch uses a different constructor.
Scaling with positiv overscan is broken. With attached patch the entire osd is visible even with huge overscan.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | osd_overscan_fix.diff added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.21 |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
Is this the same ploblem as #1193? Related?