Skip to content

Commit

Permalink
Fixed bug where you could not select a stream in a playlist AWC after…
Browse files Browse the repository at this point in the history
… closing stereo AWC and opening playlist AWC.
  • Loading branch information
WesternGamer committed Sep 2, 2023
1 parent c2c0a90 commit 0143f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RDR2AudioTool/AudioEditingWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private void RefreshList()
}
else
{
StreamList.IsEnabled = true;
StreamList.SelectedIndex = 0;
}
}
Expand Down

0 comments on commit 0143f4a

Please sign in to comment.