mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02: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:
@@ -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