mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 09:17:42 +02:00
Co-authored-by: Matthias Koefferlein <[email protected]>
This commit is contained in:
co-authored by
Matthias Koefferlein
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
|
||||
|
||||
Reference in New Issue
Block a user