mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Cleanup (KICAD-XZP).
(cherry picked from commit 65f45241640f19b31a9702ae71caa22235710cd0)
This commit is contained in:
parent
2a246801eb
commit
e7d47265f8
@ -653,8 +653,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