Fix minor wxWidgets alert (with wxWidgets 3.1.3)

This commit is contained in:
jean-pierre charras 2019-11-20 17:45:30 +01:00
parent 773f45aae3
commit 3be1862b0f
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,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 )