mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2022-05-04 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Edit Cart' dialog in rdlibrary(1) so as to disable the 'Beats Per Minute:' control when opened in multi-edit mode. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -631,6 +631,8 @@ EditCart::EditCart(const QList<unsigned> &cartnums,QString *path,bool new_cart,
|
||||
else { //Multi Edit
|
||||
rdcart_group_box->setCurrentIndex(0);
|
||||
rdcart_usage_box->setCurrentIndex(0);
|
||||
rdcart_controls.bpm_spin->setDisabled(true);
|
||||
rdcart_bpm_label->setDisabled(true);
|
||||
rdcart_notes_button->hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user