From: Chris Tallon Date: Tue, 20 Dec 2005 16:03:16 +0000 (+0000) Subject: Pause then number key naviating recording bug fixed X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e1040d9633cfe71b83d54687cc784708df904f96;p=vompclient-marten.git Pause then number key naviating recording bug fixed --- diff --git a/playervideo.cc b/playervideo.cc index 5c6d71d..72f2609 100644 --- a/playervideo.cc +++ b/playervideo.cc @@ -469,6 +469,9 @@ void PlayerVideo::toggleFastBackward() void PlayerVideo::jumpToPercent(int percent) { + if (paused) togglePause(); + if (ffwd) toggleFastForward(); + threadStop(); vfeed.stop(); afeed.stop();