diff options
Diffstat (limited to 'macosx/HBAudio.m')
-rw-r--r-- | macosx/HBAudio.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m index f1b6ce854..8f8872777 100644 --- a/macosx/HBAudio.m +++ b/macosx/HBAudio.m @@ -355,6 +355,7 @@ NSString *HBAudioChangedNotification = @"HBAudioChangedNotification"; [[self.undo prepareWithInvocationTarget:self] setDefaults:_defaults]; } _defaults = defaults; + _defaults.undo = self.undo; } - (void)mixdownChanged |