We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24f05 commit 6c629b7Copy full SHA for 6c629b7
Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs
@@ -96,6 +96,7 @@ private static void NavigateDialogPath(IUIAutomationElement window)
96
{
97
return;
98
}
99
+ Debug.WriteLine($"Path: {path}");
100
101
//_inputSimulator.Keyboard.ModifiedKeyStroke(VirtualKeyCode.MENU, VirtualKeyCode.VK_D);
102
@@ -158,8 +159,7 @@ uint dwmsEventTime
158
159
continue;
160
161
- // Fix for CA2020: Wrap the conversion in a 'checked' statement
162
- if (explorer.HWND != checked((int)hwnd))
+ if (explorer.HWND != hwnd.Value)
163
164
165
0 commit comments