mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-04 12:59:44 -06:00
might help fix crashes on exit?
This commit is contained in:
@ -502,6 +502,7 @@ void MainWindowPanel::mouseMoveEvent(QMouseEvent* event)
|
||||
MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent)
|
||||
{
|
||||
setWindowTitle("melonDS " MELONDS_VERSION);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
QMenuBar* menubar = new QMenuBar();
|
||||
{
|
||||
|
Reference in New Issue
Block a user