Skip to content

Commit

Permalink
Refresh UI on downdown change
Browse files Browse the repository at this point in the history
  • Loading branch information
bleuthoot-sven committed May 5, 2022
1 parent c193c47 commit b9e048f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LegacyInstaller/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ private void steamPathTextBox_TextChanged(object sender, TextChangedEventArgs e)
private void versionDropdown_SelectedIndexChanged(object sender, SelectionChangedEventArgs e)
{
SelectedVersion = (Version)versionDropdown.SelectedItem;
RefreshUI();
}

private void installButton_Click(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit b9e048f

Please sign in to comment.