mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 22:03:40 -06:00
*Scatter: Fix in SetMinUnits() by tojocky
git-svn-id: svn://ultimatepp.org/upp/trunk@2667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7173dd29e0
commit
2dbd2e99da
1 changed files with 3 additions and 0 deletions
|
|
@ -254,6 +254,9 @@ Scatter &Scatter::SetMinUnits(double ux, double uy)
|
|||
xMinUnit=ux;
|
||||
yMinUnit=uy;
|
||||
yMinUnit2=yRange2*yMinUnit/yRange;
|
||||
AdjustMinUnitX();
|
||||
AdjustMinUnitY();
|
||||
AdjustMinUnitY2();
|
||||
return *this;
|
||||
}
|
||||
Scatter &Scatter::SetXYMin(double xmin, double ymin, double ymin2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue