BUG-1701: Forgot to copy the shadow size from the settings to the form.

This commit is contained in:
RKrom 2014-11-19 11:45:14 +01:00
commit 3c75904368

View file

@ -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) {