mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Yet another static line issue.
This commit is contained in:
parent
164eff1a3b
commit
559a966ef7
@ -270,7 +270,10 @@ DIALOG_PAD_PROPERTIES::DIALOG_PAD_PROPERTIES( PCB_BASE_FRAME* aParent, PAD* aPad
|
|||||||
nullptr, this );
|
nullptr, this );
|
||||||
|
|
||||||
if( m_padType->GetSelection() != PTH_DLG_TYPE && m_padType->GetSelection() != NPTH_DLG_TYPE )
|
if( m_padType->GetSelection() != PTH_DLG_TYPE && m_padType->GetSelection() != NPTH_DLG_TYPE )
|
||||||
|
{
|
||||||
m_gbSizerHole->Show( false );
|
m_gbSizerHole->Show( false );
|
||||||
|
m_staticline71->Show( false );
|
||||||
|
}
|
||||||
|
|
||||||
// Now all widgets have the size fixed, call FinishDialogSettings
|
// Now all widgets have the size fixed, call FinishDialogSettings
|
||||||
finishDialogSettings();
|
finishDialogSettings();
|
||||||
@ -1119,6 +1122,7 @@ void DIALOG_PAD_PROPERTIES::PadTypeSelected( wxCommandEvent& event )
|
|||||||
m_previewPad->GetKeepTopBottom() );
|
m_previewPad->GetKeepTopBottom() );
|
||||||
|
|
||||||
m_gbSizerHole->Show( hasHole );
|
m_gbSizerHole->Show( hasHole );
|
||||||
|
m_staticline71->Show( hasHole );
|
||||||
|
|
||||||
if( !hasHole )
|
if( !hasHole )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user