From: Bradley Sepos Date: Fri, 2 Feb 2018 08:50:11 +0000 (-0500) Subject: MacGUI: Set the popover selected preset to the current on make default. X-Git-Tag: 1.1.0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f12d627ab10aeb652bf6a083696efd82327a2c92;p=handbrake MacGUI: Set the popover selected preset to the current on make default. Avoids noop when popover has selected a folder. Only applies to Make Default Preset in the main menu; the popover menu item is disabled when a folder is selected. --- diff --git a/macosx/HBController.m b/macosx/HBController.m index 98be9cda9..b48115efa 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1526,6 +1526,7 @@ - (IBAction)setDefaultPreset:(id)sender { + fPresetsView.selectedPreset = _currentPreset; [fPresetsView setDefault:sender]; }