diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index b97490c70..d80ef95c2 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1438,7 +1438,8 @@ - (void)reloadPreset:(id)sender; { // Reload the currently selected preset if it is selected. - if (self.currentPreset != NULL){ + if (self.currentPreset != NULL) + { [self applyPreset:self.currentPreset]; } } |