Commit 91a33a1e authored by Nico Mack's avatar Nico Mack

Fixed a bug causing changes in lower bounds not to be reflected by shown

arc graph
parent 3145077f
...@@ -478,6 +478,7 @@ public class CoxcombRangeSlice extends ValueRangeCorona { ...@@ -478,6 +478,7 @@ public class CoxcombRangeSlice extends ValueRangeCorona {
public void setLowerBound(double lower) { public void setLowerBound(double lower) {
shownLowerValue = lower; shownLowerValue = lower;
this.updateArcFromValues();
} }
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment