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:
parent
7d9f791518
commit
e9f6ff4366
|
@ -511,8 +511,8 @@ bool SIMULATOR_FRAME::SaveWorkbook( const wxString& aPath )
|
|||
{
|
||||
if( m_ui->SaveWorkbook( aPath ) )
|
||||
{
|
||||
UpdateTitle();
|
||||
m_workbookModified = false;
|
||||
UpdateTitle();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue