diff --git a/mythtv/libs/libmythtv/tv_play.cpp b/mythtv/libs/libmythtv/tv_play.cpp
index 8147f1f..d5fb187 100644
|
a
|
b
|
void TV::HandleStateChange(PlayerContext *mctx, PlayerContext *ctx)
|
| 2287 | 2287 | mainWindow->setGeometry(player_bounds); |
| 2288 | 2288 | |
| 2289 | 2289 | // hide the GUI paint window |
| 2290 | | GetMythMainWindow()->GetPaintWindow()->hide(); |
| | 2290 | //GetMythMainWindow()->GetPaintWindow()->hide(); |
| 2291 | 2291 | qApp->processEvents(); |
| 2292 | 2292 | } |
| 2293 | 2293 | |
| … |
… |
void TV::customEvent(QEvent *e)
|
| 8602 | 8602 | DoSetPauseState(actx, saved_pause); // Restore pause states |
| 8603 | 8603 | disableDrawUnusedRects = false; |
| 8604 | 8604 | |
| 8605 | | GetMythMainWindow()->GetPaintWindow()->hide(); |
| | 8605 | //GetMythMainWindow()->GetPaintWindow()->hide(); |
| 8606 | 8606 | GetMythMainWindow()->GetPaintWindow()->clearMask(); |
| 8607 | 8607 | |
| 8608 | 8608 | qApp->processEvents(); |