Ticket #3149: myth_epg_x_dvb.diff

File myth_epg_x_dvb.diff, 555 bytes (added by gnome42@…, 17 years ago)

Clear OSD before EPG channel change

  • libs/libmythtv/tv_play.cpp

     
    55085511{
    55095512    if (chanid && !channum.isEmpty())
    55105513    {
     5514        // Cleanup the osd (needed for dvb)
     5515        if (GetOSD())
     5516            GetOSD()->HideAll();
     5517
    55115518        QMutexLocker locker(&queuedInputLock);
    55125519        // we need to use deep copy bcs this can be called from another thread.
    55135520        queuedInput   = QDeepCopy<QString>(channum);