[mythtv-commits] mythtv commit: r10763 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 14 14:19:46 UTC 2006


      Author: danielk
        Date: 2006-08-14 14:19:45 +0000 (Mon, 14 Aug 2006)
New Revision: 10763
   Changeset: http://cvs.mythtv.org/trac/changeset/10763

Modified:

   trunk/mythtv/libs/libmythtv/videooutbase.cpp

Log:

Fixes #1193. Work around bug in Qt QRect(QPoint, QPoint) constructor properly.

Janne discovered that this Qt constuctor inexplicably adds 1 to the x and y of the lower right point. This removes the overscan hack we used before and uses a non-broken QRect constructor instead.

Removing the old hack fixes #1193 (OSD offset for large overscan values) and this makes the non-overscan case pixel exact so we don't lose the last column of the OSD when not using overscan.






More information about the mythtv-commits mailing list