ENH: limit flow rate calibration multi-tray-select
Change-Id: I7e3f6ca09824ba784e17ee3d5d582a1c193a4327
This commit is contained in:
parent
24a0c1e976
commit
53215d1a62
|
@ -3211,12 +3211,13 @@ void FlowRateWizard::switch_pages(SimpleEvent& evt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void FlowRateWizard::change_ams_select_mode() {
|
void FlowRateWizard::change_ams_select_mode() {
|
||||||
if (is_high_end_type(curr_obj)) {
|
//if (is_high_end_type(curr_obj)) {
|
||||||
set_ams_select_mode(FSMCheckBoxMode);
|
// set_ams_select_mode(FSMCheckBoxMode);
|
||||||
}
|
//}
|
||||||
else {
|
//else {
|
||||||
set_ams_select_mode(FSMRadioMode);
|
// set_ams_select_mode(FSMRadioMode);
|
||||||
}
|
//}
|
||||||
|
set_ams_select_mode(FSMRadioMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FlowRateWizard::start_calibration(std::vector<int> tray_ids)
|
bool FlowRateWizard::start_calibration(std::vector<int> tray_ids)
|
||||||
|
|
Loading…
Reference in New Issue