diff options
author | Damiano Galassi <[email protected]> | 2018-07-12 17:06:16 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-07-12 17:06:16 +0200 |
commit | 7c21332fe0a7d3d1b284603d5a6b21e8ad84021d (patch) | |
tree | 6dcc8c1990dfdca837a8b1d3236a9cc48d0cc675 /macosx/HBController.m | |
parent | 1952a935f8a6fc7d9983b1b74285993a90888ee6 (diff) |
MacGui: fix the presets view that was broken a few days ago.
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |