From b2db11b483e36864e786c8997f1a151d9ad8a806 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Thu, 1 Feb 2018 13:23:18 -0500 Subject: MacGUI: Update main window preset control when changing the default preset via popover. --- macosx/HBPresetsViewController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx') diff --git a/macosx/HBPresetsViewController.m b/macosx/HBPresetsViewController.m index 4e52ad1a9..95688424f 100644 --- a/macosx/HBPresetsViewController.m +++ b/macosx/HBPresetsViewController.m @@ -306,6 +306,7 @@ static void *HBPresetsViewControllerContext = &HBPresetsViewControllerContext; if (selectedNode.isLeaf) { self.presets.defaultPreset = selectedNode; + [[NSNotificationCenter defaultCenter] postNotificationName:HBPresetsChangedNotification object:nil]; } } -- cgit v1.2.3