mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Review
This commit is contained in:
parent
6b9dfe0c0c
commit
20d74f7f28
2 changed files with 6 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -214,4 +214,5 @@ ModelManifest.xml
|
||||||
*.credentials.cs
|
*.credentials.cs
|
||||||
|
|
||||||
# Rider files
|
# Rider files
|
||||||
.idea
|
.idea
|
||||||
|
*.exe
|
||||||
|
|
|
@ -241,8 +241,10 @@ namespace Greenshot.Editor.Forms
|
||||||
Text = _surface.CaptureDetails.Title + " - " + Language.GetString(LangKey.editor_title);
|
Text = _surface.CaptureDetails.Title + " - " + Language.GetString(LangKey.editor_title);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TornEdgesToolStripMenuItemMouseUp(null, new MouseEventArgs(MouseButtons.Left, 0, 0, 0, 0));
|
_surface.ApplyBitmapEffect(EditorConfiguration.TornEdgeEffectSettings);
|
||||||
AddDropshadowToolStripMenuItemMouseUp(null, new MouseEventArgs(MouseButtons.Left, 0, 0, 0, 0));
|
UpdateUndoRedoSurfaceDependencies();
|
||||||
|
_surface.ApplyBitmapEffect(EditorConfiguration.DropShadowEffectSettings);
|
||||||
|
UpdateUndoRedoSurfaceDependencies();
|
||||||
Activate();
|
Activate();
|
||||||
WindowDetails.ToForeground(Handle);
|
WindowDetails.ToForeground(Handle);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue