make label of debug give item 'identified' clickable

This commit is contained in:
2025-05-07 11:28:25 -05:00
parent 3f96328736
commit 4bd320e6a5

View File

@@ -858,6 +858,7 @@ short get_num_response(short min, short max, std::string prompt, std::vector<std
numPanel["extra-led"].hide();
}else{
numPanel["extra-led"].setText(extra_led);
numPanel["extra-led"].recalcRect();
if(led_output != nullptr)
dynamic_cast<cLed&>(numPanel["extra-led"]).setState(*led_output ? led_red : led_off);
}