
mythtv at cvs
Nov 14, 2009, 8:17 PM
Post #1 of 1
(205 views)
Permalink
|
|
mythtv commit: r22835 by danielk
|
|
Author: danielk Date: 2009-11-15 04:17:00 +0000 (Sun, 15 Nov 2009) New Revision: 22835 Changeset: http://svn.mythtv.org/trac/changeset/22835 Modified: trunk/mythtv/libs/libmythui/mythpainter_ogl.cpp Log: Silently ignore DrawRoundedRect() when the rectangle is not visible. This was attempting to create a null image and draw to it when either the height and/or the width were 0. Then when it tried to use the null image in a QPainter bad things happened. _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|