Browse Source

SetupView no longer created at boot

UAS may be around at constructor time
QGC4.4
Don Gagne 10 years ago
parent
commit
f486e7ea65
  1. 2
      src/VehicleSetup/SetupView.cc

2
src/VehicleSetup/SetupView.cc

@ -51,7 +51,7 @@ SetupView::SetupView(QWidget* parent) : @@ -51,7 +51,7 @@ SetupView::SetupView(QWidget* parent) :
setResizeMode(SizeRootObjectToView);
_setActiveUAS(NULL);
_setActiveUAS(UASManager::instance()->getActiveUAS());
}
SetupView::~SetupView()

Loading…
Cancel
Save