.ScatterDraw: Fixed arrows

git-svn-id: svn://ultimatepp.org/upp/trunk@6085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2013-05-20 19:37:22 +00:00
parent 8825606e35
commit d43a5a9b6a

View file

@ -485,6 +485,9 @@ void ScatterDraw::SetDrawing(T& w, const Size& size, int scale, bool ctrl)
Plot(w, size, scale);
if (ctrl)
w.Offset(Point(-scale*hPlotLeft, -(scale*vPlotTop + titleHeight)));
ClipEnd(w);
}