Update FP editor title after a Save As.
This commit is contained in:
parent
536451138d
commit
fb4ae4e218
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue