]> granicus.if.org Git - handbrake/commitdiff
MacGui: fix the presets view that was broken a few days ago.
authorDamiano Galassi <damiog@gmail.com>
Thu, 12 Jul 2018 15:06:16 +0000 (17:06 +0200)
committerDamiano Galassi <damiog@gmail.com>
Thu, 12 Jul 2018 15:06:16 +0000 (17:06 +0200)
macosx/HBController.m

index 16c48d5c22b71e1bda5330373711c3f7c3bd2b09..fd4b054c7bf93eaa1aac1b5f7f7169c9379f9302 100644 (file)
     self.presetsPopover.behavior = NSPopoverBehaviorSemitransient;
     self.presetsPopover.delegate = self;
 
-    [fPresetsView loadView];
+    [fPresetsView view];
 
     // Set up the summary view
     self.summaryController = [[HBSummaryViewController alloc] init];