Fix build
This commit is contained in:
parent
aa3681d478
commit
e1476dea58
|
@ -455,7 +455,8 @@ int SCH_EDITOR_CONTROL::FindNext( const TOOL_EVENT& aEvent )
|
||||||
wxString msg = searchAllSheets ? _( "Reached end of schematic." )
|
wxString msg = searchAllSheets ? _( "Reached end of schematic." )
|
||||||
: _( "Reached end of sheet." );
|
: _( "Reached end of sheet." );
|
||||||
|
|
||||||
m_frame->ShowFindReplaceStatus( msg + _( "\nFind again to wrap around to the start." ) );
|
m_frame->ShowFindReplaceStatus(
|
||||||
|
msg + _( "\nFind again to wrap around to the start." ), 4000 );
|
||||||
wrapAroundTimer.StartOnce( 4000 );
|
wrapAroundTimer.StartOnce( 4000 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue