mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Remove the extra whitespace changes
This commit is contained in:
parent
dd21b1407d
commit
56092c75e7
1 changed files with 2763 additions and 2763 deletions
|
@ -1771,14 +1771,14 @@ namespace Greenshot.Editor.Drawing
|
|||
{
|
||||
targetClipRectangle = targetClipRectangle
|
||||
.ChangeX(targetClipRectangle.X - horizontalCorrection)
|
||||
.ChangeWidth(targetClipRectangle.Width + horizontalCorrection);
|
||||
.ChangeWidth(targetClipRectangle.X + horizontalCorrection);
|
||||
}
|
||||
|
||||
if (verticalCorrection != 0)
|
||||
{
|
||||
targetClipRectangle = targetClipRectangle
|
||||
.ChangeY(targetClipRectangle.Y - verticalCorrection)
|
||||
.ChangeHeight(targetClipRectangle.Height + verticalCorrection);
|
||||
.ChangeHeight(targetClipRectangle.Y + verticalCorrection);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue