Allow others to also process units changed event.
Fixes https://gitlab.com/kicad/code/kicad/issues/14156
This commit is contained in:
parent
2994fa26cd
commit
6a5f305684
|
@ -561,6 +561,8 @@ void PANEL_PREVIEW_3D_MODEL::onUnitsChanged( wxCommandEvent& aEvent )
|
||||||
xoff->SetValue( formatOffsetValue( xoff_mm ) );
|
xoff->SetValue( formatOffsetValue( xoff_mm ) );
|
||||||
yoff->SetValue( formatOffsetValue( yoff_mm ) );
|
yoff->SetValue( formatOffsetValue( yoff_mm ) );
|
||||||
zoff->SetValue( formatOffsetValue( zoff_mm ) );
|
zoff->SetValue( formatOffsetValue( zoff_mm ) );
|
||||||
|
|
||||||
|
aEvent.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue