fpvviewer: Minor improvements

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4489 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2016-02-05 14:45:58 +00:00
parent 25b666c666
commit 9c8225cafe

View File

@ -350,7 +350,7 @@ begin
try
lPage := FVec.GetPage(0);
lPage.AutoFit(Drawer.Drawing.Canvas,
Drawer.Drawing.Width, Drawer.Drawing.Height,
Drawer.Width, Drawer.Height,
lDeltaX, lDeltaY, lZoom);
spinAdjustX.Value := lDeltaX;
spinAdjustY.Value := lDeltaY;