Do not show sig % except for the cases when it's used as main value range

This commit is contained in:
DarkPhoenix
2019-06-25 08:23:21 +03:00
parent 5ffd644ad9
commit 022f0c06ee
3 changed files with 10 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ class Graph(metaclass=ABCMeta):
XDef = namedtuple('XDef', ('handle', 'label', 'unit', 'mainInputHandle'))
YDef = namedtuple('YDef', ('handle', 'label', 'unit', 'eosGraph'))
Input = namedtuple('Input', ('handle', 'label', 'unit', 'iconID', 'defaultValue', 'defaultRange'))
Input = namedtuple('Input', ('handle', 'label', 'unit', 'iconID', 'defaultValue', 'defaultRange', 'mainOnly'))
# noinspection PyUnresolvedReferences