[mythtv-commits] Ticket #6211: program guide (epg) preview window not scaled properly on OS X

MythTV mythtv at cvs.mythtv.org
Fri May 1 21:24:13 UTC 2009


#6211: program guide (epg) preview window not scaled properly on OS X
-------------------------------------+--------------------------------------
 Reporter:  risto78 at gmail.com        |        Owner:  nigel     
     Type:  defect                   |       Status:  assigned  
 Priority:  minor                    |    Milestone:  0.21.1    
Component:  MythTV - Video Playback  |      Version:  0.21-fixes
 Severity:  high                     |   Resolution:            
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------

Comment(by jyavenard at gmail.com):

 To disable EPG,

 in mythtv/libs/libmythtv/videooutbase.cpp

 in function:
 void VideoOutput::EmbedInWidget(WId wid, int x, int y, int w, int h)

 replace:
     if (!allowpreviewepg)
         return;

 with:
 //    if (!allowpreviewepg)
         return;

 Recompile

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6211#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list