mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.ScatterDraw: Fixed arrows
git-svn-id: svn://ultimatepp.org/upp/trunk@6085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8825606e35
commit
d43a5a9b6a
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue