mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Revert of the change to the DWMWINDOWATTRIBUTE, as the enum values were not fixed we lost some functionality. Also fixed some potential issues with the ThumbnailForm, and aligned a bit of code with Dapplo.Window [skip ci]
This commit is contained in:
parent
d637efbb70
commit
b22d982f36
7 changed files with 174 additions and 102 deletions
|
@ -40,5 +40,7 @@ namespace GreenshotPlugin.UnmanagedHelpers.Structs {
|
|||
public Size ToSize() {
|
||||
return new Size(Width, Height);
|
||||
}
|
||||
|
||||
public bool IsEmpty => Width * Height == 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue