mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Merge remote-tracking branch 'remotes/origin/master' into release/1.2.9
This commit is contained in:
commit
0323705513
276 changed files with 5382 additions and 3666 deletions
|
@ -44,7 +44,6 @@ namespace Greenshot.Memento {
|
|||
|
||||
public void Dispose() {
|
||||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
protected virtual void Dispose(bool disposing) {
|
||||
|
@ -64,13 +63,6 @@ namespace Greenshot.Memento {
|
|||
public bool Merge(IMemento otherMemento) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public LangKey ActionLanguageKey {
|
||||
get {
|
||||
//return LangKey.editor_crop;
|
||||
return LangKey.none;
|
||||
}
|
||||
}
|
||||
|
||||
public IMemento Restore() {
|
||||
SurfaceBackgroundChangeMemento oldState = new SurfaceBackgroundChangeMemento(_surface, _matrix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue