Ticket #9216: openg-nohide.diff

File openg-nohide.diff, 902 bytes (added by markk, 13 years ago)
  • mythtv/libs/libmythtv/tv_play.cpp

    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) 
    22872287        mainWindow->setGeometry(player_bounds);
    22882288
    22892289        // hide the GUI paint window
    2290         GetMythMainWindow()->GetPaintWindow()->hide();
     2290        //GetMythMainWindow()->GetPaintWindow()->hide();
    22912291        qApp->processEvents();
    22922292    }
    22932293
    void TV::customEvent(QEvent *e) 
    86028602        DoSetPauseState(actx, saved_pause); // Restore pause states
    86038603        disableDrawUnusedRects = false;
    86048604
    8605         GetMythMainWindow()->GetPaintWindow()->hide();
     8605        //GetMythMainWindow()->GetPaintWindow()->hide();
    86068606        GetMythMainWindow()->GetPaintWindow()->clearMask();
    86078607
    86088608        qApp->processEvents();