Commit 0dd146b9 authored by Michael Carpenter's avatar Michael Carpenter

Change so mission view is default instead of unconnected, fixing a bug causing...

Change so mission view is default instead of unconnected, fixing a bug causing misloading of tool widgets
parent 3c73f51d
...@@ -94,7 +94,7 @@ MainWindow* MainWindow::instance(QSplashScreen* screen) ...@@ -94,7 +94,7 @@ MainWindow* MainWindow::instance(QSplashScreen* screen)
**/ **/
MainWindow::MainWindow(QWidget *parent): MainWindow::MainWindow(QWidget *parent):
QMainWindow(parent), QMainWindow(parent),
currentView(VIEW_UNCONNECTED), currentView(VIEW_MISSION),
currentStyle(QGC_MAINWINDOW_STYLE_INDOOR), currentStyle(QGC_MAINWINDOW_STYLE_INDOOR),
aboutToCloseFlag(false), aboutToCloseFlag(false),
changingViewsFlag(false), changingViewsFlag(false),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment