mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 16:10:10 +00:00
Pcbnew: ensure LAYER_NON_PLATEDHOLES Gal layer is always visible
This commit is contained in:
parent
b5c6361a05
commit
744c296f14
@ -667,6 +667,7 @@ void PCB_DRAW_PANEL_GAL::SyncLayersVisibility( const BOARD* aBoard )
|
||||
|
||||
// Enable some layers that are GAL specific
|
||||
m_view->SetLayerVisible( LAYER_PAD_PLATEDHOLES, true );
|
||||
m_view->SetLayerVisible( LAYER_NON_PLATEDHOLES, true );
|
||||
m_view->SetLayerVisible( LAYER_PAD_HOLEWALLS, true );
|
||||
m_view->SetLayerVisible( LAYER_VIA_HOLES, true );
|
||||
m_view->SetLayerVisible( LAYER_VIA_HOLEWALLS, true );
|
||||
|
Loading…
Reference in New Issue
Block a user