mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Merge branch 'feature/249-crop-out' of https://github.com/Christian-Schulz/greenshot into feature/249-crop-out
This commit is contained in:
commit
caa6488406
1 changed files with 6 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue