mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2015-02-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'rdairplay/log_play.cpp' that caused the 'Play Tail' button to start from an incorrect position when non-zero Start Marker position was set for the cut.
This commit is contained in:
@@ -271,7 +271,7 @@ void LogPlay::auditionTail(int line)
|
||||
if(start_pos<0) {
|
||||
start_pos=0;
|
||||
}
|
||||
play_audition_player->play(start_pos);
|
||||
play_audition_player->play(start_pos-logline->startPoint());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user