7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 09:01:42 +00:00

Default pin electrical types to off for preview.

This commit is contained in:
Jeff Young 2025-01-03 13:48:49 +00:00
parent 40ade0b9f1
commit 1a456ebcce

View File

@ -91,6 +91,7 @@ SYMBOL_PREVIEW_WIDGET::SYMBOL_PREVIEW_WIDGET( wxWindow* aParent, KIWAY* aKiway,
settings->m_ShowHiddenPins = false;
settings->m_ShowHiddenFields = false;
settings->m_ShowPinAltIcons = false;
settings->m_ShowPinsElectricalType = false;
m_outerSizer = new wxBoxSizer( wxVERTICAL );