mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02: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:
@@ -23042,3 +23042,7 @@
|
|||||||
* Modified the 'Edit Cart' dialog in rdlibrary(1) so as to
|
* Modified the 'Edit Cart' dialog in rdlibrary(1) so as to
|
||||||
default the 'Group:' and 'Usage:' controls to '[unchanged]' when
|
default the 'Group:' and 'Usage:' controls to '[unchanged]' when
|
||||||
opened in multi-edit mode.
|
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.
|
||||||
|
@@ -631,6 +631,8 @@ EditCart::EditCart(const QList<unsigned> &cartnums,QString *path,bool new_cart,
|
|||||||
else { //Multi Edit
|
else { //Multi Edit
|
||||||
rdcart_group_box->setCurrentIndex(0);
|
rdcart_group_box->setCurrentIndex(0);
|
||||||
rdcart_usage_box->setCurrentIndex(0);
|
rdcart_usage_box->setCurrentIndex(0);
|
||||||
|
rdcart_controls.bpm_spin->setDisabled(true);
|
||||||
|
rdcart_bpm_label->setDisabled(true);
|
||||||
rdcart_notes_button->hide();
|
rdcart_notes_button->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user