Merge branch 'feature/249-crop-out' of https://github.com/Christian-Schulz/greenshot into feature/249-crop-out

This commit is contained in:
Robin Krom 2022-03-05 00:03:27 +01:00
commit caa6488406
No known key found for this signature in database
GPG key ID: BCC01364F1371490

View file

@ -2122,6 +2122,12 @@ namespace Greenshot.Editor.Drawing
_cropContainer = null; _cropContainer = null;
break; break;
} }
// maybe the undo button has to be enabled
if (_movingElementChanged != null)
{
_movingElementChanged(this, new SurfaceElementEventArgs());
}
} }
public void RemoveCropContainer() public void RemoveCropContainer()