mirror of https://github.com/KLayout/klayout.git
Bugfix: second exit was ignored after not committing the first.
This commit is contained in:
parent
8b1e76ed0b
commit
59dd9896e0
|
|
@ -1860,6 +1860,8 @@ MainWindow::exit ()
|
|||
|
||||
emit closed ();
|
||||
|
||||
} else {
|
||||
m_exited = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue