Fix from code review for https://gitlab.com/kicad/code/kicad/-/merge_requests/562.
Fixes https://gitlab.com/kicad/code/kicad/issues/6747
This commit is contained in:
parent
06cda7592a
commit
1ca75c8fda
|
@ -327,7 +327,7 @@ void DIALOG_FIND::search( bool aDirection )
|
|||
msg.Printf( _( "\"%s\" not found" ), searchString );
|
||||
m_frame->ShowInfoBarMsg( msg );
|
||||
}
|
||||
if( endIsReached )
|
||||
else if( endIsReached )
|
||||
{
|
||||
m_frame->SetStatusText( wxEmptyString );
|
||||
m_frame->ShowInfoBarMsg( _( "No more items to show" ) );
|
||||
|
|
Loading…
Reference in New Issue