mirror of https://github.com/KLayout/klayout.git
Co-authored-by: Matthias Koefferlein <matthias@klayout.de>
This commit is contained in:
parent
a1c08c0f89
commit
a4ab59ba6f
|
|
@ -1489,7 +1489,11 @@ MainWindow::closeEvent (QCloseEvent *event)
|
|||
END_PROTECTED
|
||||
}
|
||||
|
||||
event->ignore ();
|
||||
if (! m_exited) {
|
||||
event->ignore ();
|
||||
} else {
|
||||
event->accept ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue