]> granicus.if.org Git - handbrake/commitdiff
MacGui: Picture Settings window - fix issue with freezing when resizing with anamorph...
authordynaflash <dynaflashtech@gmail.com>
Wed, 3 Dec 2008 18:13:38 +0000 (18:13 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Wed, 3 Dec 2008 18:13:38 +0000 (18:13 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1997 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.mm

index 0f98bfe63f3f47dd1e95693528003b7a35c38521..69a13e8b15744029bb92b2b98dec62c857b05dc8 100644 (file)
@@ -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]; 
     }
 }