Flaw fixed: tech status persisted after last view was closed

This commit is contained in:
Matthias Koefferlein 2023-01-24 21:35:47 +01:00
parent 7600eac8a0
commit 85cc50e2c1
1 changed files with 1 additions and 0 deletions

View File

@ -2931,6 +2931,7 @@ MainWindow::close_view (int index)
// last view closed
lay::LayoutView::set_current (0);
current_view_changed ();
clear_current_pos ();