Re-layout standard buttons after editing their names.

Fixes https://gitlab.com/kicad/code/kicad/issues/13425
This commit is contained in:
Jeff Young 2023-01-07 19:20:01 +00:00
parent 289d9bd6fb
commit bc50f537ff
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ DIALOG_PUSH_PAD_PROPERTIES::DIALOG_PUSH_PAD_PROPERTIES( PCB_BASE_FRAME* aParent
if( aParent->IsType( FRAME_FOOTPRINT_EDITOR ) )
m_sdbSizer1Apply->Show( false );
m_sdbSizer1->Layout();
finishDialogSettings();
}