From: Bradley Sepos Date: Thu, 1 Feb 2018 18:23:18 +0000 (-0500) Subject: MacGUI: Update main window preset control when changing the default preset via popover. X-Git-Tag: 1.1.0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2db11b483e36864e786c8997f1a151d9ad8a806;p=handbrake MacGUI: Update main window preset control when changing the default preset via popover. --- 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]; } }