mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
BUG-1701: Forgot to copy the shadow size from the settings to the form.
This commit is contained in:
parent
c8b8c04b06
commit
3c75904368
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ namespace Greenshot.Forms {
|
|||
trackBar1.Value = (int)(effect.Darkness * 40);
|
||||
offsetX.Value = effect.ShadowOffset.X;
|
||||
offsetY.Value = effect.ShadowOffset.Y;
|
||||
thickness.Value = effect.ShadowSize;
|
||||
}
|
||||
|
||||
private void ButtonOK_Click(object sender, EventArgs e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue