Cherry-pick Footprint Properties dialog fix from 7.0 branch.
Fixes https://gitlab.com/kicad/code/kicad/issues/9021
This commit is contained in:
parent
a7bd621419
commit
f926eab76d
|
@ -613,8 +613,6 @@ void DIALOG_FOOTPRINT_PROPERTIES::adjustGridColumns( int aWidth )
|
|||
|
||||
// Update the width of the 3D panel
|
||||
m_3dPanel->AdjustGridColumnWidths( aWidth );
|
||||
|
||||
Layout();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue