mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Zoom feature for the editor
This commit is contained in:
parent
38739ce427
commit
8b45489b11
18 changed files with 585 additions and 52 deletions
|
@ -298,7 +298,7 @@ namespace Greenshot.Drawing
|
|||
|
||||
public virtual void Invalidate() {
|
||||
if (Status != EditStatus.UNDRAWN) {
|
||||
_parent?.Invalidate(DrawingBounds);
|
||||
_parent?.InvalidateElements(DrawingBounds);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue