mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-09 17:07:44 +02:00
2022-05-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Configure RDCatch' dialog in rdcatch(1) that caused the 'Select' buttons in the 'Events Carts' section to fail to save the selected macro cart number. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
b8a3a00514
commit
05634ae562
@ -23134,3 +23134,7 @@
|
|||||||
2022-05-20 Fred Gleason <fredg@paravelsystems.com>
|
2022-05-20 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Adjusted the element layout of the Edit events dialogs in
|
* Adjusted the element layout of the Edit events dialogs in
|
||||||
rdlogedit(1).
|
rdlogedit(1).
|
||||||
|
2022-05-20 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in the 'Configure RDCatch' dialog in rdcatch(1)
|
||||||
|
that caused the 'Select' buttons in the 'Events Carts' section to
|
||||||
|
fail to save the selected macro cart number.
|
||||||
|
@ -521,7 +521,7 @@ void EditDecks::playSettingsChangedData(int id,int card,int port)
|
|||||||
void EditDecks::eventCartSelectedData(int n)
|
void EditDecks::eventCartSelectedData(int n)
|
||||||
{
|
{
|
||||||
int cartnum=edit_event_edits[n]->text().toInt();
|
int cartnum=edit_event_edits[n]->text().toInt();
|
||||||
if(admin_cart_dialog->exec(&cartnum,RDCart::Macro,QString(),NULL)==0) {
|
if(admin_cart_dialog->exec(&cartnum,RDCart::Macro,QString(),NULL)) {
|
||||||
if(cartnum==0) {
|
if(cartnum==0) {
|
||||||
edit_event_edits[n]->setText("");
|
edit_event_edits[n]->setText("");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user