• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

handbrake-jp project\'s main repository.


Commit MetaInfo

Revisão2e78e83f3b201fd4de42dd1e9d322fdf1ac82af1 (tree)
Hora2011-01-04 23:15:11
Autorunknown <hirom@.(no...>
Commiterhylom

Mensagem de Log

fix: invalid real size shown when anamorphic param chenged

Mudança Sumário

Diff

--- a/win/C#/Controls/PictureSettings.cs
+++ b/win/C#/Controls/PictureSettings.cs
@@ -201,9 +201,12 @@ namespace Handbrake.Controls
201201
202202 if (check_KeepAR.CheckState == CheckState.Checked && Source != null)
203203 {
204+ _preventChangingWidth = true;
204205 updownParWidth.Value = updownDisplayWidth.Value;
205206 updownParHeight.Value = text_width.Value;
207+ _preventChangingWidth = false;
206208 }
209+ labelDisplaySize.Text = CalculateAnamorphicSizes().Width + "x" + CalculateAnamorphicSizes().Height;
207210 break;
208211 default:
209212 labelDisplaySize.Text = CalculateAnamorphicSizes().Width + "x" + CalculateAnamorphicSizes().Height;