mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Merge a30059769e
into c1ad1d4a93
This commit is contained in:
commit
8df22c7f95
1 changed files with 4 additions and 4 deletions
|
@ -208,7 +208,7 @@ namespace Greenshot.Editor.Drawing
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Indicates whether on of the elements is clickable at the given location
|
||||
/// Indicates whether one of the elements is clickable at the given location
|
||||
/// </summary>
|
||||
/// <param name="x">x coordinate to be checked</param>
|
||||
/// <param name="y">y coordinate to be checked</param>
|
||||
|
@ -315,7 +315,7 @@ namespace Greenshot.Editor.Drawing
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Triggers all elements in the list ot be redrawn.
|
||||
/// Triggers all elements in the list to be redrawn.
|
||||
/// </summary>
|
||||
/// <param name="g">the to the bitmap related Graphics object</param>
|
||||
/// <param name="bitmap">Bitmap to draw</param>
|
||||
|
@ -762,7 +762,7 @@ namespace Greenshot.Editor.Drawing
|
|||
_disposedValue = true;
|
||||
}
|
||||
|
||||
// This code added to correctly implement the disposable pattern.
|
||||
// This code was added to correctly implement the disposable pattern.
|
||||
public void Dispose()
|
||||
{
|
||||
// Do not change this code. Put cleanup code in Dispose(bool disposing) above.
|
||||
|
@ -781,4 +781,4 @@ namespace Greenshot.Editor.Drawing
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue