Mercurial > repos > bimib > marea_2
changeset 299:67b200f39946 draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 05 Aug 2024 10:29:33 +0000 |
parents | 5418a59697a3 |
children | d91eba7f377b |
files | marea_2/flux_to_map.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/flux_to_map.py Mon Aug 05 10:24:44 2024 +0000 +++ b/marea_2/flux_to_map.py Mon Aug 05 10:29:33 2024 +0000 @@ -402,8 +402,12 @@ if(isNegative): self.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True)) + self.color = 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.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True)) #trasp