mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added a side selection possibility for the TornEdgeEffect
This commit is contained in:
parent
b37ed3562d
commit
1d20e60679
3 changed files with 61 additions and 4 deletions
|
@ -72,7 +72,7 @@ namespace Greenshot.Core {
|
|||
ToothHeight = 12;
|
||||
HorizontalToothRange = 20;
|
||||
VerticalToothRange = 20;
|
||||
Edges = new bool[] {true, false, true, true};
|
||||
Edges = new bool[] {true, true, true, true};
|
||||
}
|
||||
public int ToothHeight {
|
||||
get;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue