Cherry-pick Footprint Properties dialog fix from 7.0 branch.

Fixes https://gitlab.com/kicad/code/kicad/issues/9021
This commit is contained in:
Jeff Young 2021-08-25 01:25:14 +01:00
parent a7bd621419
commit f926eab76d
1 changed files with 0 additions and 2 deletions

View File

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