diff options
author | sr55 <[email protected]> | 2012-03-06 20:44:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-03-06 20:44:26 +0000 |
commit | 0fd03a51500cf9f071eb506377a342b9b9d19f78 (patch) | |
tree | 1b9554fa42c5b88d5a7aed1db57bc71954e8a526 | |
parent | e34fb96386213f9947e994b5405927ae1af867fa (diff) |
WinGui: Fixed a display issue on the audio mixdown control when AutoPassthru is selected
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4500 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/CS/Controls/AudioPanel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/Controls/AudioPanel.cs b/win/CS/Controls/AudioPanel.cs index 80d26f46c..531ebb781 100644 --- a/win/CS/Controls/AudioPanel.cs +++ b/win/CS/Controls/AudioPanel.cs @@ -1006,6 +1006,7 @@ namespace Handbrake.Controls case "DTS-HD Passthru":
case "AAC Passthru":
case "MP3 Passthru":
+ case "Auto Passthru":
drp_audioMix.SelectedItem = None;
break;
}
|