Fix minor wxWidgets alert (wxWidgets 3.1.3)

This commit is contained in:
jean-pierre charras 2019-11-20 17:45:30 +01:00
parent 3827c16fde
commit 239f040a98
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS( PCB_EDIT_FRAME* aParent,
m_specifiedIDBrowseButton->SetBitmap( KiBitmap( small_library_xpm ) );
m_upperSizer->SetEmptyCellSize( wxSize( 0, 0 ) );
m_upperSizer->RecalcSizes();
// The upper sizer has its content modified: re-layout it:
m_upperSizer->Layout();
// initialize match-mode
if( m_updateMode )