summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm11
1 files changed, 4 insertions, 7 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index bf794a5e2..856ab2125 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2496,12 +2496,12 @@ static int hb_group_count(hb_handle_t * h)
{
if ([fSubPopUp indexOfSelectedItem] == 0)
{
- [fSubForcedCheck setState: NSOffState];
- [fSubForcedCheck setEnabled: NO];
+ [fSubForcedCheck setState: NSOffState];
+ [fSubForcedCheck setEnabled: NO];
}
else
{
- [fSubForcedCheck setEnabled: YES];
+ [fSubForcedCheck setEnabled: YES];
}
}
@@ -2666,7 +2666,7 @@ static int hb_group_count(hb_handle_t * h)
[fVidBitrateField setIntValue: hb_calc_bitrate( job,
[fVidTargetSizeField intValue] )];
-
+ [self customSettingUsed:sender];
}
/* Method to determine if we should change the UI
@@ -4428,7 +4428,6 @@ id theRecord, theValue;
[self savePreset];
}
-
- (void)savePreset
{
[UserPresets writeToFile:UserPresetsFile atomically:YES];
@@ -4437,8 +4436,6 @@ id theRecord, theValue;
}
-
-
- (void) controlTextDidBeginEditing: (NSNotification *) notification
{
[self calculateBitrate: NULL];