mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Added some debug information for BUG-2017, this shows when D is pressed.
This commit is contained in:
parent
d446127e19
commit
71aa131f78
2 changed files with 36 additions and 23 deletions
|
@ -1625,7 +1625,7 @@ namespace GreenshotPlugin.Core {
|
|||
{
|
||||
return false;
|
||||
}
|
||||
// Skip everything which is not rendered normally.
|
||||
// Skip everything which is not rendered "normally", trying to fix
|
||||
if (!window.IsApp && (exWindowStyle & ExtendedWindowStyleFlags.WS_EX_NOREDIRECTIONBITMAP) != 0)
|
||||
{
|
||||
return false;
|
||||
|
@ -1637,6 +1637,7 @@ namespace GreenshotPlugin.Core {
|
|||
}
|
||||
return window.Visible || window.Iconic;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get all the top level windows
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue