projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe6a8e
)
MacGUI: Load the presets popover view on main window load.
author
Bradley Sepos
<bradley@bradleysepos.com>
Thu, 1 Feb 2018 06:34:33 +0000
(
01:34
-0500)
committer
Bradley Sepos
<bradley@bradleysepos.com>
Sat, 17 Mar 2018 21:01:54 +0000
(17:01 -0400)
Fixes the scenario where presets menu and controls do not update the popover until it is shown, e.g. Presets > Export...
macosx/HBController.m
patch
|
blob
|
history
diff --git
a/macosx/HBController.m
b/macosx/HBController.m
index 38fd515c1c43b758724189c808d7f8f3f1ee38ff..df058a065816619e224f36bd07c86e4200834f33 100644
(file)
--- a/
macosx/HBController.m
+++ b/
macosx/HBController.m
@@
-253,6
+253,8
@@
// note that interacting with menus or panels that become key only when needed will not cause a transient popover to close.
self.presetsPopover.behavior = NSPopoverBehaviorSemitransient;
self.presetsPopover.delegate = self;
+
+ [fPresetsView loadView];
}
// Set up the summary view