diff options
-rw-r--r-- | win/CS/Controls/AudioPanel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/Controls/AudioPanel.cs b/win/CS/Controls/AudioPanel.cs index a7728ae56..fc9083586 100644 --- a/win/CS/Controls/AudioPanel.cs +++ b/win/CS/Controls/AudioPanel.cs @@ -248,7 +248,7 @@ namespace Handbrake.Controls // Some Sanity Checking
if (audioList.SelectedRows.Count == 0)
{
- drp_audioMix.Enabled = drp_audioBitrate.Enabled = drp_audioSample.Enabled = btn_AdvancedAudio.Enabled = false;
+ RefreshEnabledControls();
return;
}
|