From: Bradley Sepos Date: Thu, 1 Feb 2018 07:47:28 +0000 (-0500) Subject: MacGUI: Set the popover selected preset to the current preset on close. X-Git-Tag: 1.1.0~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb4e6cfd256488910ef8be784d2654204c607ee9;p=handbrake MacGUI: Set the popover selected preset to the current preset on close. Ensures we operate on the main window's currently selected preset when the popover is closed. --- diff --git a/macosx/HBController.m b/macosx/HBController.m index df058a065..5c022fa5a 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1395,6 +1395,7 @@ } else { + fPresetsView.selectedPreset = _currentPreset; [self.presetsPopover close]; } }