Skip to content

Commit

Permalink
FIx localization version selection listbox refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Laeng committed Mar 8, 2021
1 parent f437c21 commit 916a8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SCTools/SCTool_Redesigned/Pages/selectVersion.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public selectVersion()
private void RefreshBtn_Click(object sender, RoutedEventArgs e)
{
VersionSelectListBox.ItemsSource = RepositoryManager.GetInfos(false);
VersionSelectListBox.SelectedIndex = 0;
}


Expand Down

0 comments on commit 916a8ba

Please sign in to comment.