Fixed last commit

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2332 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-11-29 08:16:13 +00:00
commit 22c58f739c

View file

@ -454,11 +454,12 @@ namespace Greenshot.Forms {
Invalidate(ZoomArea(lastPos, zoomAnimator.Current.Size));
Invalidate(ZoomArea(cursorPos, zoomAnimator.Next().Size));
// TODO: Check what this should accomplish
// TODO: Move this to the Animator, but we need to check how to make sure we have an exact result.
//if (zoomSize.Width < 200) {
// zoomSize.Width += (220-zoomSize.Width)/5;
// zoomSize.Height += (220-zoomSize.Height)/5;
//} }
//}
}
// Force update "now"
Update();
}