mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Cleanup (KICAD-XZP).
This commit is contained in:
parent
ff9d2e616b
commit
65f4524164
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user