Browse Source

3d-viewer: Center the about window

Fixes: lp:1814412
* https://bugs.launchpad.net/kicad/+bug/1814412
pull/13/head
Seth Hillbrand 7 years ago
parent
commit
4a641ec5ea
  1. 1
      3d-viewer/3d_viewer/eda_3d_viewer.cpp

1
3d-viewer/3d_viewer/eda_3d_viewer.cpp

@ -132,6 +132,7 @@ BEGIN_EVENT_TABLE( EDA_3D_VIEWER, EDA_BASE_FRAME )
EVT_MENU( ID_DISABLE_RAY_TRACING, EDA_3D_VIEWER::OnDisableRayTracing )
EVT_MENU_RANGE( ID_MENU3D_GRID, ID_MENU3D_GRID_END, EDA_3D_VIEWER::On3DGridSelection )
EVT_MENU( wxID_ABOUT, EDA_BASE_FRAME::GetKicadAbout )
EVT_CLOSE( EDA_3D_VIEWER::OnCloseWindow )

Loading…
Cancel
Save