summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m5
1 files changed, 1 insertions, 4 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index 5a7f1ce37..94ab56306 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -1367,10 +1367,7 @@
- (void)selectionDidChange
{
- if (fPresetsView.selectedPreset != self.currentPreset || self.edited)
- {
- [self applyPreset:fPresetsView.selectedPreset];
- }
+ [self applyPreset:fPresetsView.selectedPreset];
}
#pragma mark - Presets