1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 00:35:14 +03:00

Corrections on Curves in MixerDialog and ExpoDialog (introduction of

CurveGroup to share code)
This commit is contained in:
Bertrand Songis 2014-01-15 11:50:00 +01:00
parent 0f0db5e1d3
commit 888895b60b
11 changed files with 249 additions and 94 deletions

View file

@ -412,7 +412,7 @@ QString RawSwitch::toString()
QString CurveReference::toString()
{
if (value == 0) {
return "";
return "----";
}
else {
switch(type) {