diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index ab2d78695b36dc99e22c608c24d18b9246237af8..cb820f24fab51e2d98431fef6995f32855d4ba8d 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -556,7 +556,7 @@ void MainWindow::buildCommonWidgets() { pilotView = new SubMainWindow(this); pilotView->setObjectName("VIEW_FLIGHT"); - pilotView->setCentralWidget(new HUD(640,480,this)); + pilotView->setCentralWidget(new PrimaryFlightDisplay(this)); addToCentralStackedWidget(pilotView, VIEW_FLIGHT, "Pilot"); }