Skip to content

Commit 6067bfb

Browse files
committed
Version 1.7.0
1 parent 19b2fc3 commit 6067bfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SmartContextMenu/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.6.0")]
35-
[assembly: AssemblyFileVersion("1.6.0")]
34+
[assembly: AssemblyVersion("1.7.0")]
35+
[assembly: AssemblyFileVersion("1.7.0")]

SmartContextMenu/Utils/WindowUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static bool CaptureWindow(IntPtr hWnd, bool captureCursor, out Bitmap bit
7171
}
7272
else
7373
{
74-
bitmap = null;
74+
bitmap = new Bitmap(1, 1);
7575
}
7676

7777
return result;

0 commit comments

Comments
 (0)