mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2017-02-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogedit/voice_tracker.cpp' where the Title of voice track carts was not having whitespace trimmed properly.
This commit is contained in:
@@ -3930,7 +3930,7 @@ bool VoiceTracker::InitTrack()
|
||||
}
|
||||
edit_track_cart=new RDCart(next_cart);
|
||||
edit_track_cart->setOwner(track_log->name());
|
||||
edit_track_cart->setTitle(edit_logline[1]->markerComment());
|
||||
edit_track_cart->setTitle(edit_logline[1]->markerComment().stripWhiteSpace());
|
||||
if(edit_track_cuts[1]!=NULL) {
|
||||
delete edit_track_cuts[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user