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…
Reference in New Issue