Qt: Fix crashes when closing render window
This commit is contained in:
parent
b2e5f1d85f
commit
7b35c8577a
|
@ -595,7 +595,7 @@ bool MainWindow::RequestStop()
|
||||||
|
|
||||||
void MainWindow::ForceStop()
|
void MainWindow::ForceStop()
|
||||||
{
|
{
|
||||||
BootManager::Stop();
|
Core::Stop();
|
||||||
EnableScreenSaver(true);
|
EnableScreenSaver(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue