Skip to content

Commit

Permalink
Backport r27351 from trunk to release-0-24-fixes
Browse files Browse the repository at this point in the history
Clear captions when entering edit mode.


git-svn-id: http://svn.mythtv.org/svn/branches/release-0-24-fixes@27352 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Mark Kendall committed Nov 26, 2010
1 parent 9317b10 commit f70abbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -3531,6 +3531,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 f70abbe

Please sign in to comment.