[mythtv-commits] Ticket #2162: correct osd visibleBounds

MythTV mythtv at cvs.mythtv.org
Sun Aug 13 15:32:44 UTC 2006


#2162: correct osd visibleBounds
--------------------------------------------+-------------------------------
 Reporter:  Janne <janne-mythtv at grunau.be>  |       Owner:  ijr 
     Type:  patch                           |      Status:  new 
 Priority:  minor                           |   Milestone:      
Component:  mythtv                          |     Version:  head
 Severity:  medium                          |  
--------------------------------------------+-------------------------------
 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2162>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list