From 887c0e3228a037338114571cf363a15006a13b74 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 3 Dec 2008 18:13:38 +0000 Subject: [PATCH] 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 --- macosx/Controller.mm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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]; } } -- 2.40.0