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:
parent
0f0db5e1d3
commit
888895b60b
11 changed files with 249 additions and 94 deletions
|
@ -412,7 +412,7 @@ QString RawSwitch::toString()
|
|||
QString CurveReference::toString()
|
||||
{
|
||||
if (value == 0) {
|
||||
return "";
|
||||
return "----";
|
||||
}
|
||||
else {
|
||||
switch(type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue