mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fix for compile error... :(
This commit is contained in:
parent
fc7faecaa5
commit
850c54fdee
2 changed files with 1 additions and 5 deletions
|
@ -432,10 +432,6 @@ namespace GreenshotPlugin.Core {
|
|||
if (OutputFileReduceColorsTo > 256) {
|
||||
OutputFileReduceColorsTo = 256;
|
||||
}
|
||||
|
||||
if (ContextMenuIconSize == Size.Empty) {
|
||||
ContextMenuIconSize = new Size(16,16);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue