Skip to content

Commit

Permalink
Fix lockup when keys are pressed while playback is starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Feb 13, 2011
1 parent 98286fe commit 5ec80d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -2120,10 +2120,7 @@ void TV::HandleStateChange(PlayerContext *mctx, PlayerContext *ctx)
(db_use_fixed_size) ? player_bounds.size() :
QSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX));
mainWindow->setGeometry(player_bounds);

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

VERBOSE(VB_PLAYBACK, LOC +
Expand Down

0 comments on commit 5ec80d8

Please sign in to comment.