Attempt to prevent control hiding problems on GTK
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8902
This commit is contained in:
parent
b984777b52
commit
3efa391eb2
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue