mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
fix program plugin doesn't work in XP issue.
This commit is contained in:
@@ -91,8 +91,14 @@ namespace WinAlfred
|
||||
{
|
||||
Show();
|
||||
//FocusManager.SetFocusedElement(this, tbQuery);
|
||||
tbQuery.Focusable = true;
|
||||
Keyboard.Focus(tbQuery);
|
||||
tbQuery.SelectAll();
|
||||
|
||||
if (!tbQuery.IsKeyboardFocused)
|
||||
{
|
||||
MessageBox.Show("didnt focus");
|
||||
}
|
||||
}
|
||||
|
||||
private void MainWindow_OnLoaded(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user