Skip to content

Commit

Permalink
Clear captions when entering edit mode.
Browse files Browse the repository at this point in the history
Closes #9206


git-svn-id: http://svn.mythtv.org/svn/trunk@27351 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Mark Kendall committed Nov 26, 2010
1 parent 69423fb commit aa1084d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -3536,6 +3536,7 @@ bool MythPlayer::EnableEdit(void)
pausedBeforeEdit = Pause();
deleteMap.SetEditing(true);
osd->DialogQuit();
ResetCaptions();
osd->HideAll();
deleteMap.UpdateSeekAmount(0, video_frame_rate);
deleteMap.UpdateOSD(framesPlayed, totalFrames, video_frame_rate,
Expand Down

0 comments on commit aa1084d

Please sign in to comment.