Re-layout standard buttons after editing their names.
Fixes https://gitlab.com/kicad/code/kicad/issues/13425
This commit is contained in:
parent
289d9bd6fb
commit
bc50f537ff
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue