mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
Fix crash on close #255
This commit is contained in:
parent
776d809f2f
commit
15e4c852dd
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
||||||
}
|
}
|
||||||
event->accept();
|
event->accept();
|
||||||
settingsCache->setMainWindowGeometry(saveGeometry());
|
settingsCache->setMainWindowGeometry(saveGeometry());
|
||||||
delete tabSupervisor;
|
tabSupervisor->deleteLater();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::changeEvent(QEvent *event)
|
void MainWindow::changeEvent(QEvent *event)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue