Fix minor wxWidgets alert (with wxWidgets 3.1.3)
This commit is contained in:
parent
773f45aae3
commit
3be1862b0f
|
@ -113,7 +113,8 @@ DIALOG_EXCHANGE_FOOTPRINTS::DIALOG_EXCHANGE_FOOTPRINTS( PCB_EDIT_FRAME* aParent,
|
||||||
m_specifiedIDBrowseButton->SetBitmap( KiBitmap( small_library_xpm ) );
|
m_specifiedIDBrowseButton->SetBitmap( KiBitmap( small_library_xpm ) );
|
||||||
|
|
||||||
m_upperSizer->SetEmptyCellSize( wxSize( 0, 0 ) );
|
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
|
// initialize match-mode
|
||||||
if( m_updateMode )
|
if( m_updateMode )
|
||||||
|
|
Loading…
Reference in New Issue