Skip to content

setChecked the radio button when the data_set_key_radio_button_dict is completed

Lan Dam requested to merge i168_station_radio_button into master

closes #168 (closed)

Bug in #168 (closed) is because the first radio button is checked when data_set_key_radio_button_dict isn't completed but the function it connects to required the whole dict. This MR will check that radio buttons only when the dict is completted.

Edited by Lan Dam

Merge request reports