Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ensure the main UI window is always hidden when starting playback.
(cherry picked from commit f33ac28)
  • Loading branch information
Mark Kendall committed Jan 15, 2011
1 parent 2cf5043 commit 798359f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -2288,6 +2288,7 @@ void TV::HandleStateChange(PlayerContext *mctx, PlayerContext *ctx)

// hide the GUI paint window
GetMythMainWindow()->GetPaintWindow()->hide();
qApp->processEvents();
}

VERBOSE(VB_PLAYBACK, LOC +
Expand Down

0 comments on commit 798359f

Please sign in to comment.