mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
fixing a bunch of warnings from Window Walker (#2014)
* first set of warning fixes * Since this is a Interop item, it should have a _ * Update Window.cs * Update InteropAndHelpers.cs looks like there was a space a the top * Update Window.cs
This commit is contained in:
@@ -117,7 +117,7 @@ namespace WindowWalker
|
||||
|
||||
private void Window_GotFocus(object sender, RoutedEventArgs e)
|
||||
{
|
||||
this.searchBox.Focus();
|
||||
searchBox.Focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user