mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Issue #741 fixed - a==x added in logical switches functions
This commit is contained in:
parent
c98e718e16
commit
2a8abd08da
18 changed files with 90 additions and 15 deletions
|
@ -643,6 +643,7 @@ void populateCSWCB(QComboBox *b, int value)
|
|||
int order[] = {
|
||||
LS_FN_OFF,
|
||||
LS_FN_VEQUAL, // added at the end to avoid everything renumbered
|
||||
LS_FN_VALMOSTEQUAL, // added at the end to avoid everything renumbered
|
||||
LS_FN_VPOS,
|
||||
LS_FN_VNEG,
|
||||
// LS_FN_RANGE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue