1
0
Fork 0
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:
Bertrand Songis 2014-02-24 07:30:59 +01:00
parent c98e718e16
commit 2a8abd08da
18 changed files with 90 additions and 15 deletions

View file

@ -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,