Simulator frame: removes * indicator for unsaved workbook after saving it.

Fixes #15236
https://gitlab.com/kicad/code/kicad/-/issues/15236
This commit is contained in:
jean-pierre charras 2023-07-24 08:55:34 +02:00
parent 7d9f791518
commit e9f6ff4366
1 changed files with 1 additions and 1 deletions

View File

@ -511,8 +511,8 @@ bool SIMULATOR_FRAME::SaveWorkbook( const wxString& aPath )
{
if( m_ui->SaveWorkbook( aPath ) )
{
UpdateTitle();
m_workbookModified = false;
UpdateTitle();
return true;
}