minor PR fixes

This commit is contained in:
2020-05-26 08:57:48 +02:00
parent f293ba8c56
commit 37cb0bb1c0
2 changed files with 3 additions and 1 deletions

View File

@ -205,6 +205,8 @@ void qTabMeasurement::SetupTimingMode() {
item[(int)GATED]->setEnabled(true);
item[(int)TRIGGER_GATED]->setEnabled(true);
break;
default:
break;
}
}
}