handbrake-jp project\'s main repository.
Revision | 2e78e83f3b201fd4de42dd1e9d322fdf1ac82af1 (tree) |
---|---|
Time | 2011-01-04 23:15:11 |
Author | unknown <hirom@.(no...> |
Commiter | hylom |
fix: invalid real size shown when anamorphic param chenged
@@ -201,9 +201,12 @@ namespace Handbrake.Controls | ||
201 | 201 | |
202 | 202 | if (check_KeepAR.CheckState == CheckState.Checked && Source != null) |
203 | 203 | { |
204 | + _preventChangingWidth = true; | |
204 | 205 | updownParWidth.Value = updownDisplayWidth.Value; |
205 | 206 | updownParHeight.Value = text_width.Value; |
207 | + _preventChangingWidth = false; | |
206 | 208 | } |
209 | + labelDisplaySize.Text = CalculateAnamorphicSizes().Width + "x" + CalculateAnamorphicSizes().Height; | |
207 | 210 | break; |
208 | 211 | default: |
209 | 212 | labelDisplaySize.Text = CalculateAnamorphicSizes().Width + "x" + CalculateAnamorphicSizes().Height; |