mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
Move SetTimeShiftValues
This commit is contained in:
@@ -304,7 +304,7 @@ void cViewReplay::SetEndTime(int current, int total) {
|
||||
}
|
||||
|
||||
void cViewReplay::SetProgressbar(int current, int total) {
|
||||
// SetTimeShiftValues(current, total);
|
||||
SetTimeShiftValues(current, total);
|
||||
if (veProgressbar)
|
||||
veProgressbar->Set(current, total, timeShiftActive, timeShiftFramesTotal);
|
||||
Render((int)eVeDisplayReplay::progressbar);
|
||||
|
Reference in New Issue
Block a user