Update FP editor title after a Save As.

This commit is contained in:
Jeff Young 2018-10-02 21:05:14 +01:00
parent 536451138d
commit fb4ae4e218
1 changed files with 1 additions and 0 deletions

View File

@ -938,6 +938,7 @@ bool FOOTPRINT_EDIT_FRAME::SaveFootprintAs( MODULE* aModule )
wxString msg = wxString::Format( fmt, footprintName.GetData(), libraryName.GetData() );
SetStatusText( msg );
updateTitle();
return true;
}