mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2024-06-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Edit Audio' dialog in rdlibrary(1) that caused play-out to fail to stop at the end marker when using the 'Play To' feature. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -578,6 +578,11 @@ void RDMarkerPlayer::caePositionData(unsigned serial,unsigned msec)
|
||||
d_position_edit->
|
||||
setText(RDGetTimeLength(msec-d_pointers[RDMarkerHandle::CutStart],
|
||||
true,true));
|
||||
if((d_active_play_button==d_play_to_button)&&
|
||||
(msec>=(unsigned)d_pointers[d_selected_markers[1]])) {
|
||||
buttonStopData();
|
||||
setCursorPosition(d_loop_start_msec);
|
||||
}
|
||||
d_cursor_position=msec;
|
||||
emit cursorPositionChanged(msec);
|
||||
}
|
||||
|
Reference in New Issue
Block a user