LAYER_PADS_TH is not a dependent layer
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6999
This commit is contained in:
parent
111fa99f9f
commit
61bddd0928
|
@ -399,7 +399,6 @@ void PCB_DRAW_PANEL_GAL::SyncLayersVisibility( const BOARD* aBoard )
|
||||||
m_view->SetLayerVisible( LAYER_VIA_THROUGH, true );
|
m_view->SetLayerVisible( LAYER_VIA_THROUGH, true );
|
||||||
|
|
||||||
// Pad layers controlled by dependencies
|
// Pad layers controlled by dependencies
|
||||||
m_view->SetLayerVisible( LAYER_PADS_TH, true );
|
|
||||||
m_view->SetLayerVisible( LAYER_PAD_FR, true );
|
m_view->SetLayerVisible( LAYER_PAD_FR, true );
|
||||||
m_view->SetLayerVisible( LAYER_PAD_BK, true );
|
m_view->SetLayerVisible( LAYER_PAD_BK, true );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue