diff options
author | Damiano Galassi <[email protected]> | 2016-12-28 08:12:49 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-12-28 08:12:49 +0100 |
commit | d027d48da3b6305492741229bcd0e5cd9af29d60 (patch) | |
tree | 002d5cf7626f4138505a3899e7dedd0236e9b440 /macosx | |
parent | 97f3394d0e5f104352459d28b213b137323e08b1 (diff) |
MacGui: properly enable the "burned in" checkbox when switching from mp4 to mkv container.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBSubtitlesTrack.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitlesTrack.m b/macosx/HBSubtitlesTrack.m index 5ab517b56..bcff453fa 100644 --- a/macosx/HBSubtitlesTrack.m +++ b/macosx/HBSubtitlesTrack.m @@ -297,7 +297,7 @@ NSString *keySubTrackSrtFileURL = @"keySubTrackSrtFileURL"; } else if ([key isEqualToString: @"canPassthru"] || [key isEqualToString: @"isForcedSupported"] ) { - retval = [NSSet setWithObjects: @"isEnabled", @"sourceTrackIdx", nil]; + retval = [NSSet setWithObjects: @"isEnabled", @"sourceTrackIdx", @"container", nil]; } else { |