Attempt to prevent control hiding problems on GTK

Fixes https://gitlab.com/kicad/code/kicad/-/issues/8902
This commit is contained in:
Jon Evans 2021-08-21 13:37:07 -04:00
parent b984777b52
commit 3efa391eb2
1 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,8 @@ void DIALOG_FOOTPRINT_PROPERTIES::adjustGridColumns( int aWidth )
// Update the width of the 3D panel // Update the width of the 3D panel
m_3dPanel->AdjustGridColumnWidths( aWidth ); m_3dPanel->AdjustGridColumnWidths( aWidth );
Layout();
} }