mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
undo print capture event for taskbar window
This commit is contained in:
parent
acc8ff44de
commit
e9b84c9bbb
1 changed files with 1 additions and 1 deletions
|
@ -2006,7 +2006,7 @@ namespace PersistentWindows.Common
|
|||
ApplicationDisplayMetrics prevDisplayMetrics;
|
||||
if (IsWindowMoved(displayKey, hWnd, eventType, now, out curDisplayMetrics, out prevDisplayMetrics))
|
||||
{
|
||||
if (debugWindows.Contains(hWnd) || IsTaskBar(hWnd))
|
||||
if (debugWindows.Contains(hWnd))
|
||||
{
|
||||
string log = string.Format("Captured {0,-8} at ({1}, {2}) of size {3} x {4} {5} fullscreen:{6} minimized:{7}",
|
||||
curDisplayMetrics,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue