Ticket #3937: mythmusic-pause-seek.patch

File mythmusic-pause-seek.patch, 408 bytes (added by otto at kolsi dot fi, 17 years ago)
  • playbackbox.cpp

    old new  
    15781578
    15791579            decoder->unlock();
    15801580        }
     1581
     1582        if(!isplaying)
     1583        {
     1584            currentTime = pos;
     1585            if(time_text)
     1586                time_text->SetText(getTimeString(pos, maxTime));
     1587
     1588            showProgressBar();
     1589        }
     1590
    15811591    }
    15821592}
    15831593