mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
5aa6249231
commit
8374aa5fb6
7 changed files with 100 additions and 78 deletions
|
@ -1171,10 +1171,12 @@ namespace Greenshot {
|
|||
|
||||
void TornEdgeToolStripMenuItemClick(object sender, EventArgs e) {
|
||||
surface.ApplyBitmapEffect(Effects.TornEdge);
|
||||
updateUndoRedoSurfaceDependencies();
|
||||
}
|
||||
|
||||
void ShadowToolStripMenuItemClick(object sender, EventArgs e) {
|
||||
surface.ApplyBitmapEffect(Effects.Shadow);
|
||||
updateUndoRedoSurfaceDependencies();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue