[mythtv-commits] mythtv/master commit: e78d93ab3 by John Poet (jpoet)

MythTV noreply at mythtv.org
Wed Dec 7 01:13:03 UTC 2011


      Author:  John Poet <jpoet at mythtv.org>
 Change Date:  2011-12-06T17:08:42-08:00
   Push Date:  2011/12/06 17:12:50 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  e78d93ab3fe0a2b688e0c7159c5e2ff3083f7a13
   Changeset:  https://github.com/MythTV/mythtv/commit/e78d93ab3

Log:

MythUIText: Draw the full height of text even if it exceeds the area height
specified by the theme.

The behavior of MythUIText prior to using QTextLayout, was to draw the full
text height, even when it exceeded the height of the bounding area.  This
patch restores that behavior.

Note, this only applies if multiline is set to false, otherwise the bounding
area's height is enforced.

Modified:

   mythtv/libs/libmythui/mythuitext.cpp



More information about the mythtv-commits mailing list