mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue