Cleanup (KICAD-XZP).

This commit is contained in:
Jeff Young 2025-07-27 19:04:26 +01:00
parent ff9d2e616b
commit 65f4524164

View File

@ -652,8 +652,7 @@ void GERBVIEW_FRAME::UpdateTitleAndInfo()
SetStatusText( wxEmptyString, 0 );
wxString info;
info.Printf( _( "Drawing layer not in use" ) );
wxString info = _( "Drawing layer not in use" );
m_TextInfo->SetValue( info );
if( KIUI::EnsureTextCtrlWidth( m_TextInfo, &info ) ) // Resized