ScatterDraw: Now runs on 64 bits too. Included bug fixes and SetLegendWidth()

git-svn-id: svn://ultimatepp.org/upp/trunk@5769 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2013-02-07 22:10:38 +00:00
parent cfec8c73f0
commit 87558ba01d
4 changed files with 103 additions and 100 deletions

View file

@ -14,7 +14,7 @@ double DataSource::Min(Getdatafun getdata)
}
return minVal;
}
double DataSource::Max(Getdatafun getdata)
{
double maxVal = DOUBLE_NULL;