mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-21 15:19:34 +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:
parent
dd991ebe0d
commit
23fcc6e4b7
@ -23021,3 +23021,7 @@
|
||||
* Fixed a regression in rdairplay(1) that caused all of the button
|
||||
labels in the Button Log widget to be initialized with a black
|
||||
background.
|
||||
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.
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user