mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Companion: no ON/OFF checkbox for Custom Function Start Logs
This commit is contained in:
parent
448618cc7e
commit
a545bae3a6
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ void CustomFunctionsPanel::refreshCustomFunction(int i, bool modified)
|
|||
fswtchParam[i]->setSingleStep(0.1);
|
||||
if (modified) model.funcSw[i].param = fswtchParam[i]->value()*10.0;
|
||||
fswtchParam[i]->setValue(model.funcSw[i].param/10.0);
|
||||
widgetsMask |= CUSTOM_FUNCTION_NUMERIC_PARAM + CUSTOM_FUNCTION_ENABLE;
|
||||
widgetsMask |= CUSTOM_FUNCTION_NUMERIC_PARAM;
|
||||
}
|
||||
else if (index>=FuncAdjustGV1 && index<=FuncAdjustGVLast) {
|
||||
if (modified) model.funcSw[i].adjustMode = fswtchGVmode[i]->currentIndex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue