mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Eeschema: fix alt pin icon/OP current preference resetting
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/21440
This commit is contained in:
parent
e82d19eeb7
commit
8023227829
@ -60,7 +60,8 @@ void PANEL_EESCHEMA_DISPLAY_OPTIONS::loadEEschemaSettings( EESCHEMA_SETTINGS* cf
|
|||||||
m_checkShowERCExclusions->SetValue( cfg->m_Appearance.show_erc_exclusions );
|
m_checkShowERCExclusions->SetValue( cfg->m_Appearance.show_erc_exclusions );
|
||||||
m_cbMarkSimExclusions->SetValue( cfg->m_Appearance.mark_sim_exclusions );
|
m_cbMarkSimExclusions->SetValue( cfg->m_Appearance.mark_sim_exclusions );
|
||||||
m_checkShowOPVoltages->SetValue( cfg->m_Appearance.show_op_voltages );
|
m_checkShowOPVoltages->SetValue( cfg->m_Appearance.show_op_voltages );
|
||||||
m_checkShowPinAltModeIcons->SetValue( cfg->m_Appearance.show_op_currents );
|
m_checkShowOPCurrents->SetValue( cfg->m_Appearance.show_op_currents );
|
||||||
|
m_checkShowPinAltModeIcons->SetValue( cfg->m_Appearance.show_pin_alt_icons );
|
||||||
m_checkPageLimits->SetValue( cfg->m_Appearance.show_page_limits );
|
m_checkPageLimits->SetValue( cfg->m_Appearance.show_page_limits );
|
||||||
|
|
||||||
m_checkSelDrawChildItems->SetValue( cfg->m_Selection.draw_selected_children );
|
m_checkSelDrawChildItems->SetValue( cfg->m_Selection.draw_selected_children );
|
||||||
@ -134,5 +135,3 @@ void PANEL_EESCHEMA_DISPLAY_OPTIONS::ResetPanel()
|
|||||||
|
|
||||||
m_galOptsPanel->ResetPanel( &cfg );
|
m_galOptsPanel->ResetPanel( &cfg );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user