Qt/RenderWidget: Draw background on pause

This commit is contained in:
spycrab
2018-03-24 23:50:03 +01:00
parent 328ac424c0
commit 3f1430587c
3 changed files with 20 additions and 2 deletions

View File

@ -655,6 +655,7 @@ void MainWindow::ShowRenderWidget()
m_rendering_to_main = true;
m_stack->setCurrentIndex(m_stack->addWidget(m_render_widget));
connect(Host::GetInstance(), &Host::RequestTitle, this, &MainWindow::setWindowTitle);
m_stack->repaint();
}
else
{