When selecting "no audio", hide encoder modes

This commit is contained in:
Grigory Chudov
2013-04-12 22:52:02 -04:00
parent ff8fd22fdf
commit 1fe7d96ba4

View File

@@ -2343,6 +2343,10 @@ namespace JDP
if (SelectedOutputAudioType == AudioEncoderType.NoAudio)
{
comboBoxEncoder.Enabled = false;
trackBarEncoderMode.Visible = false;
labelEncoderMode.Visible = false;
labelEncoderMinMode.Visible = false;
labelEncoderMaxMode.Visible = false;
}
else
{