2023-10-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcartslots(1) that displayed red or green
	color around the edges of start buttons when the buttons were
	disabled.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-10-13 13:20:59 -04:00
parent fee45742ef
commit afb21ee395
3 changed files with 12 additions and 1 deletions

View File

@@ -186,6 +186,7 @@ void RDCartSlot::updateOptions()
break;
case RDSlotOptions::BreakawayMode:
unload();
SetInput(true);
slot_start_button->setDisabled(true);
slot_box->setService(slot_svcname);