mirror of https://github.com/KLayout/klayout.git
Flaw fixed: tech status persisted after last view was closed
This commit is contained in:
parent
7600eac8a0
commit
85cc50e2c1
|
|
@ -2931,6 +2931,7 @@ MainWindow::close_view (int index)
|
|||
|
||||
// last view closed
|
||||
|
||||
lay::LayoutView::set_current (0);
|
||||
current_view_changed ();
|
||||
|
||||
clear_current_pos ();
|
||||
|
|
|
|||
Loading…
Reference in New Issue