mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Qt/RenderWidget: Draw background on pause
This commit is contained in:
parent
328ac424c0
commit
3f1430587c
3 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue