mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-05-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that threw a segfault when when opening the 'Edit Audio' dialog when attempting to view multiple cuts within the same cart. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -805,6 +805,7 @@ void RDMarkerView::clear()
|
||||
d_marker_menu_used=false;
|
||||
d_selected_markers[0]=RDMarkerHandle::LastRole;
|
||||
d_selected_markers[1]=RDMarkerHandle::LastRole;
|
||||
d_cursor=NULL; // Storage is automatically freed by QGraphicsScene
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user