mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
PANEL_SYM_EDITING_OPTIONS: Fix a focus event issue (perhaps platform specific)
This commit is contained in:
parent
ec9b2919ba
commit
f5d7edaa73
@ -99,6 +99,8 @@ void PANEL_SYM_EDITING_OPTIONS::onKillFocusPinPitch( wxFocusEvent& aEvent )
|
||||
pitch_mils = KiROUND( double( pitch_mils ) / MIN_GRID ) * MIN_GRID;
|
||||
|
||||
m_pinPitch.SetValue( schIUScale.MilsToIU( pitch_mils ) );
|
||||
|
||||
aEvent.Skip();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user