Skip to content

Commit fe3d8f6

Browse files
committed
Version 2.31.0
1 parent d7d3577 commit fe3d8f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SmartSystemMenu/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("2.30.0")]
35-
[assembly: AssemblyFileVersion("2.30.0")]
34+
[assembly: AssemblyVersion("2.31.0")]
35+
[assembly: AssemblyFileVersion("2.31.0")]
3.5 KB
Binary file not shown.

SmartSystemMenu/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)