[mythtv-commits] mythtv commit: r23460 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Feb 3 21:28:37 UTC 2010


      Author: danielk
        Date: 2010-02-03 21:28:36 +0000 (Wed, 03 Feb 2010)
New Revision: 23460
   Changeset: http://svn.mythtv.org/trac/changeset/23460

Modified:

   trunk/mythtv/libs/libmythtv/osd.cpp
   trunk/mythtv/libs/libmythtv/ttfont.cpp
   trunk/mythtv/libs/libmythtv/ttfont.h

Log:

Refs #7913. Fixes bug in [23402] identified by Jim Stichnoth.

TTFFont contains not only the font. It also contains the color, shadow and outline info. After [23402]
any two TTFFont's that shared the same font would always have the same color, shadow and outline state.
This fixes that by seperating out the font info from the other info. The font info itself is refernce
counted and cleaned up once the last TTFFont referring to it is deleted.






More information about the mythtv-commits mailing list