This commit is contained in:
Seth Hillbrand 2021-10-18 13:43:44 -07:00
parent ecea2e4279
commit 29b851dce1
1 changed files with 2 additions and 3 deletions

View File

@ -51,10 +51,9 @@ bool FindIncludeReferences = true;
bool FindIncludeMarkers = true;
DIALOG_FIND::DIALOG_FIND( PCB_BASE_FRAME* aFrame ) : DIALOG_FIND_BASE( aFrame )
DIALOG_FIND::DIALOG_FIND( PCB_BASE_FRAME *aFrame ) :
DIALOG_FIND_BASE( aFrame, wxID_ANY, _( "Find" ) )
{
SetTitle( _( "Find" ) );
m_frame = aFrame;
GetSizer()->SetSizeHints( this );