diff options
author | Damiano Galassi <[email protected]> | 2017-11-13 14:01:19 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-13 14:01:19 +0100 |
commit | 17a4bb75f924854532636f4e3450ae9f4a4d8c81 (patch) | |
tree | 45a0e2e46a3f518fe21d6338bfdce4985ef45ac9 /macosx/HBJob.m | |
parent | 30f2ed8041a865852b049b530a527f3821bab0dd (diff) |
MacGui: short job description in the summary tab.
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r-- | macosx/HBJob.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m index 0b9b4016d..1e1d479a7 100644 --- a/macosx/HBJob.m +++ b/macosx/HBJob.m @@ -103,11 +103,11 @@ NSString *HBChaptersChangedNotification = @"HBChaptersChangedNotification"; // Chapter Markers self.chaptersEnabled = [preset[@"ChapterMarkers"] boolValue]; - [self.picture applyPreset:preset jobSettings:jobSettings]; - [self.filters applyPreset:preset jobSettings:jobSettings]; [self.audio applyPreset:preset jobSettings:jobSettings]; [self.subtitles applyPreset:preset jobSettings:jobSettings]; [self.video applyPreset:preset jobSettings:jobSettings]; + [self.picture applyPreset:preset jobSettings:jobSettings]; + [self.filters applyPreset:preset jobSettings:jobSettings]; } - (void)writeToPreset:(HBMutablePreset *)preset |