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:
Fred Gleason
2022-05-04 14:13:05 -04:00
parent 0a633f27e5
commit 256d0ef947
2 changed files with 6 additions and 0 deletions

View File

@@ -23042,3 +23042,7 @@
* Modified the 'Edit Cart' dialog in rdlibrary(1) so as to
default the 'Group:' and 'Usage:' controls to '[unchanged]' when
opened in multi-edit mode.
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.

View File

@@ -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();
}