[consider merging] fixed a potential crash on 'save all'

This commit is contained in:
Matthias Koefferlein 2025-02-25 22:06:56 +01:00
parent c437d75a01
commit 0e4594c0c3
1 changed files with 1 additions and 1 deletions

View File

@ -2365,7 +2365,7 @@ MainWindow::cm_save_all ()
}
view (view_index)->save_as (cv_index, fn, om, options, true, m_keep_backups);
add_mru (fn, current_view ()->cellview (cv_index)->tech_name ());
add_mru (fn, cv->tech_name ());
}