diff --git a/src/modules/poweraccent/PowerAccent.UI/Selector.xaml.cs b/src/modules/poweraccent/PowerAccent.UI/Selector.xaml.cs index caaffe6008..ba5abce25a 100644 --- a/src/modules/poweraccent/PowerAccent.UI/Selector.xaml.cs +++ b/src/modules/poweraccent/PowerAccent.UI/Selector.xaml.cs @@ -66,6 +66,7 @@ public partial class Selector : Window, IDisposable, INotifyPropertyChanged if (isActive) { characters.ItemsSource = chars; + characters.SelectedIndex = 0; this.UpdateLayout(); // Required for filling the actual width/height before positioning. SetWindowPosition(); Show();