mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
BUG-1908: Made Greenshot recheck & add the external commands like Ms-Paint and Paint.NET if they are not deleted manually and not yet available. Also cleaned up some code.
This commit is contained in:
parent
35ed3b8d60
commit
6efc7796b8
49 changed files with 322 additions and 294 deletions
|
@ -29,7 +29,7 @@ namespace Greenshot.Helpers {
|
|||
/// </summary>
|
||||
public static class ToolStripItemEndisabler {
|
||||
[Flags]
|
||||
enum PropagationMode {NONE=0, CHILDREN=1, ANCESTORS=2};
|
||||
private enum PropagationMode {NONE=0, CHILDREN=1, ANCESTORS=2};
|
||||
|
||||
/// <summary>
|
||||
/// Enables all of a ToolStrip's children (recursively),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue