Browse Source

Re-layout standard buttons after editing their names.

Fixes https://gitlab.com/kicad/code/kicad/issues/13425
7.0
Jeff Young 3 years ago
parent
commit
bc50f537ff
  1. 2
      pcbnew/dialogs/dialog_push_pad_properties.cpp

2
pcbnew/dialogs/dialog_push_pad_properties.cpp

@ -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…
Cancel
Save