Small fixes in GraphicsPath usage, making sure they are disposed. Also making sure Anti-Aliasing is used when drawing the shadow.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1644 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-02-09 08:52:58 +00:00
parent 5aa6249231
commit 8374aa5fb6
7 changed files with 100 additions and 78 deletions

View file

@ -567,6 +567,7 @@ namespace Greenshot.Drawing {
// Make undoable
MakeUndoable(new SurfaceCropMemento(this, imageRectangle), false);
SetImage(newImage, false);
Invalidate();
}
}