LAYER_PADS_TH is not a dependent layer

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6999
This commit is contained in:
Jon Evans 2021-01-07 20:12:16 -05:00
parent 111fa99f9f
commit 61bddd0928
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ void PCB_DRAW_PANEL_GAL::SyncLayersVisibility( const BOARD* aBoard )
m_view->SetLayerVisible( LAYER_VIA_THROUGH, true );
// Pad layers controlled by dependencies
m_view->SetLayerVisible( LAYER_PADS_TH, true );
m_view->SetLayerVisible( LAYER_PAD_FR, true );
m_view->SetLayerVisible( LAYER_PAD_BK, true );