X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FPictureController.mm;h=38e312ee4010afcb84cfd75e9811a90cdaa5634c;hb=44946a6f8be82a70e65ca534541183a26fdb804b;hp=1a5e0cb5bc27ef5c5c4b7229292b0238d15d3047;hpb=e87720703e495eaf093388d110cf230ae1008ffa;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/PictureController.mm b/macosx/PictureController.mm index 1a5e0cb5..38e312ee 100644 --- a/macosx/PictureController.mm +++ b/macosx/PictureController.mm @@ -719,6 +719,7 @@ [fWidthField setEnabled: NO]; [fHeightStepper setEnabled: NO]; [fHeightField setEnabled: NO]; + [fRatioCheck setEnabled: NO]; } else if ([fAnamorphicPopUp indexOfSelectedItem] == 2) // Loose anamorphic { @@ -786,18 +787,14 @@ [fDisplayWidthField setEnabled: YES]; - /* If we are coming into custom ana or if in custom ana and the - * keep ar checkbox is checked, we reset the par to original - * which gives us a way back if things are hosed up + /* If we are coming into custom anamorphic we reset the par to original + * which gives us a way back if things get hosed up. */ - if (sender == fAnamorphicPopUp || (sender == fRatioCheck && [fRatioCheck state] == NSOnState)) + if (sender == fAnamorphicPopUp) { - if (sender == fAnamorphicPopUp) - { - [fRatioCheck setState: NSOnState]; - } - + /* When entering custom anamorphic, we start with keep ar on */ + [fRatioCheck setState: NSOnState]; /* KEEPING ASPECT RATIO Disable editing: PIXEL WIDTH, PIXEL HEIGHT