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:
Fred Gleason 2022-05-20 17:25:10 -04:00
parent b8a3a00514
commit 05634ae562
2 changed files with 5 additions and 1 deletions

View File

@ -23134,3 +23134,7 @@
2022-05-20 Fred Gleason <fredg@paravelsystems.com>
* Adjusted the element layout of the Edit events dialogs in
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.

View File

@ -521,7 +521,7 @@ void EditDecks::playSettingsChangedData(int id,int card,int port)
void EditDecks::eventCartSelectedData(int n)
{
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) {
edit_event_edits[n]->setText("");
}