From f12d627ab10aeb652bf6a083696efd82327a2c92 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Fri, 2 Feb 2018 03:50:11 -0500 Subject: [PATCH] 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. --- macosx/HBController.m | 1 + 1 file changed, 1 insertion(+) 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]; } -- 2.40.0