Mercurial > repos > bimib > marea_2
changeset 300:d91eba7f377b draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 05 Aug 2024 10:35:05 +0000 |
parents | 67b200f39946 |
children | 52f00d58bd39 |
files | marea_2/flux_to_map.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/flux_to_map.py Mon Aug 05 10:29:33 2024 +0000 +++ b/marea_2/flux_to_map.py Mon Aug 05 10:35:05 2024 +0000 @@ -402,11 +402,11 @@ if(isNegative): self.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True)) - self.color = ArrowColor.Transparent + self.col = ArrowColor.Transparent self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True)) #trasp else: self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True)) - self.color = ArrowColor.Transparent + self.col = ArrowColor.Transparent self.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True)) #trasp