Remaining part of code forgotten by 73a1ce3e

This commit is contained in:
Ian McInerney 2020-05-20 11:43:50 +01:00
parent 52ae0df7a4
commit c4142a5842
1 changed files with 3 additions and 2 deletions

View File

@ -455,8 +455,9 @@ int SCH_EDITOR_CONTROL::FindNext( const TOOL_EVENT& aEvent )
wxString msg = searchAllSheets ? _( "Reached end of schematic." )
: _( "Reached end of sheet." );
m_frame->ShowFindReplaceStatus(
msg + _( "\nFind again to wrap around to the start." ), 4000 );
// Show the popup during the timeperiod the user can wrap the search
m_frame->ShowFindReplaceStatus( msg + _( " Find again to wrap around to the start." ),
4000 );
wrapAroundTimer.StartOnce( 4000 );
}