mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Fix for compile error... :(
This commit is contained in:
parent
fc7faecaa5
commit
850c54fdee
2 changed files with 1 additions and 5 deletions
|
@ -692,7 +692,7 @@ namespace Greenshot {
|
|||
#region contextmenu
|
||||
void ContextMenuOpening(object sender, CancelEventArgs e) {
|
||||
contextmenu_captureclipboard.Enabled = ClipboardHelper.ContainsImage();
|
||||
contextmenu_capturelastregion.Enabled = RuntimeConfig.LastCapturedRegion != Rectangle.Empty;
|
||||
contextmenu_capturelastregion.Enabled = coreConfiguration.LastCapturedRegion != Rectangle.Empty;
|
||||
|
||||
// IE context menu code
|
||||
try {
|
||||
|
|
|
@ -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