Browse Source

Allow others to also process units changed event.

Fixes https://gitlab.com/kicad/code/kicad/issues/14156
newinvert
Jeff Young 3 years ago
parent
commit
6a5f305684
  1. 2
      3d-viewer/dialogs/panel_preview_3d_model.cpp

2
3d-viewer/dialogs/panel_preview_3d_model.cpp

@ -561,6 +561,8 @@ void PANEL_PREVIEW_3D_MODEL::onUnitsChanged( wxCommandEvent& aEvent )
xoff->SetValue( formatOffsetValue( xoff_mm ) );
yoff->SetValue( formatOffsetValue( yoff_mm ) );
zoff->SetValue( formatOffsetValue( zoff_mm ) );
aEvent.Skip();
}

Loading…
Cancel
Save