diff --git a/src/Greenshot.Editor/Drawing/Surface.cs b/src/Greenshot.Editor/Drawing/Surface.cs index 61a6d4379..b30e8d700 100644 --- a/src/Greenshot.Editor/Drawing/Surface.cs +++ b/src/Greenshot.Editor/Drawing/Surface.cs @@ -2122,6 +2122,12 @@ namespace Greenshot.Editor.Drawing _cropContainer = null; break; } + + // maybe the undo button has to be enabled + if (_movingElementChanged != null) + { + _movingElementChanged(this, new SurfaceElementEventArgs()); + } } public void RemoveCropContainer()