From: dynaflash Date: Wed, 3 Dec 2008 18:13:38 +0000 (+0000) Subject: MacGui: Picture Settings window - fix issue with freezing when resizing with anamorph... X-Git-Tag: 0.9.4~960 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=887c0e3228a037338114571cf363a15006a13b74;p=handbrake MacGui: Picture Settings window - fix issue with freezing when resizing with anamorphic set to None. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1997 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 0f98bfe63..69a13e8b1 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -4176,12 +4176,7 @@ the user is using "Custom" settings by determining the sender*/ { [fPicSettingAutoCrop setStringValue: @"Auto"]; } - -//[self showPicturePanel:self]; -hb_list_t * list = hb_get_titles( fHandle ); - hb_title_t * title = (hb_title_t *) hb_list_item( list, - [fSrcTitlePopUp indexOfSelectedItem] ); - [fPictureController SetTitle:title]; + } @@ -6056,6 +6051,7 @@ return YES; } } [self calculatePictureSizing:nil]; + [fPictureController SetTitle:fTitle]; } }