diff options
author | Damiano Galassi <[email protected]> | 2016-12-28 08:12:49 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-12-28 09:31:20 +0100 |
commit | 2ff3147b0c0f47cac67279793c791b56cf1db22e (patch) | |
tree | c217fe82903995d143be83a2daab87c708bde67f /macosx | |
parent | ebddfc9c7615a8d010bf5bd9d9763d99b601dbfe (diff) |
MacGui: properly enable the "burned in" checkbox when switching from mp4 to mkv container.
(cherry picked from commit d027d48da3b6305492741229bcd0e5cd9af29d60)
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 { |