mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Refresh incomplete after SF paste, fix #941
This commit is contained in:
parent
b4ae7e232f
commit
9f5ce8f0a6
1 changed files with 3 additions and 0 deletions
|
@ -498,6 +498,9 @@ void CustomFunctionsPanel::fswPaste()
|
|||
lock = true;
|
||||
populateSwitchCB(fswtchSwtch[selectedFunction], model.funcSw[selectedFunction].swtch, generalSettings, POPULATE_ONOFF);
|
||||
populateFuncCB(fswtchFunc[selectedFunction], model.funcSw[selectedFunction].func);
|
||||
populateGVmodeCB(fswtchGVmode[selectedFunction], model.funcSw[selectedFunction].adjustMode);
|
||||
populateFuncParamCB(fswtchParamT[selectedFunction], model, model.funcSw[selectedFunction].func, model.funcSw[selectedFunction].param, model.funcSw[selectedFunction].adjustMode);
|
||||
populateFuncParamArmTCB(fswtchParamArmT[selectedFunction], model.funcSw[selectedFunction].paramarm, paramarmList);
|
||||
refreshCustomFunction(selectedFunction);
|
||||
lock = false;
|
||||
emit modified();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue