mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2022-09-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the Disc Ripper in rdlibrary(1) that caused the 'Modify Cart Label' to be grayed out at all times except immediately adding a cart to a track. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23376,3 +23376,7 @@
|
||||
2022-09-23 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in the Disc Ripper in rdlibrary(1) that caused
|
||||
manual changes to track metadata to be incorrectly applied.
|
||||
2022-09-24 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the Disc Ripper in rdlibrary(1) that caused the
|
||||
'Modify Cart Label' to be grayed out at all times except immediately
|
||||
adding a cart to a track.
|
||||
|
||||
@@ -888,7 +888,7 @@ void DiskRipper::selectionChangedData(const QItemSelection &before,
|
||||
rip_setcut_button->setEnabled(count==1);
|
||||
rip_setall_button->setEnabled(count>0);
|
||||
rip_setsingle_button->setEnabled((count>1)&&contiguous);
|
||||
rip_cartlabel_button->setEnabled(false);
|
||||
rip_cartlabel_button->setEnabled(count==1);
|
||||
rip_clear_button->setEnabled(count>0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user