mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -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
|
targetClipRectangle = targetClipRectangle
|
||||||
.ChangeX(targetClipRectangle.X - horizontalCorrection)
|
.ChangeX(targetClipRectangle.X - horizontalCorrection)
|
||||||
.ChangeWidth(targetClipRectangle.Width + horizontalCorrection);
|
.ChangeWidth(targetClipRectangle.X + horizontalCorrection);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verticalCorrection != 0)
|
if (verticalCorrection != 0)
|
||||||
{
|
{
|
||||||
targetClipRectangle = targetClipRectangle
|
targetClipRectangle = targetClipRectangle
|
||||||
.ChangeY(targetClipRectangle.Y - verticalCorrection)
|
.ChangeY(targetClipRectangle.Y - verticalCorrection)
|
||||||
.ChangeHeight(targetClipRectangle.Height + verticalCorrection);
|
.ChangeHeight(targetClipRectangle.Y + verticalCorrection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue