From 7c21332fe0a7d3d1b284603d5a6b21e8ad84021d Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 12 Jul 2018 17:06:16 +0200 Subject: MacGui: fix the presets view that was broken a few days ago. --- macosx/HBController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') diff --git a/macosx/HBController.m b/macosx/HBController.m index 16c48d5c2..fd4b054c7 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -226,7 +226,7 @@ self.presetsPopover.behavior = NSPopoverBehaviorSemitransient; self.presetsPopover.delegate = self; - [fPresetsView loadView]; + [fPresetsView view]; // Set up the summary view self.summaryController = [[HBSummaryViewController alloc] init]; -- cgit v1.2.3