diff --git a/pcbnew/dialogs/dialog_footprint_properties.cpp b/pcbnew/dialogs/dialog_footprint_properties.cpp index df703bdbef..4abb49b852 100644 --- a/pcbnew/dialogs/dialog_footprint_properties.cpp +++ b/pcbnew/dialogs/dialog_footprint_properties.cpp @@ -613,8 +613,6 @@ void DIALOG_FOOTPRINT_PROPERTIES::adjustGridColumns( int aWidth ) // Update the width of the 3D panel m_3dPanel->AdjustGridColumnWidths( aWidth ); - - Layout(); }