mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
e8196928e1
commit
22c58f739c
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue