mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Code quality fixes (NullReference checks, unused variables etc)
This commit is contained in:
parent
6ab6033f85
commit
ac08533727
99 changed files with 1252 additions and 1312 deletions
|
@ -35,7 +35,7 @@ namespace Greenshot.Memento {
|
|||
|
||||
public SurfaceBackgroundChangeMemento(Surface surface, Point offset) {
|
||||
this.surface = surface;
|
||||
this.image = surface.Image;
|
||||
image = surface.Image;
|
||||
this.offset = new Point(-offset.X, -offset.Y);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue