diff --git a/system/clearpilot/tools/qt_webview.cc b/system/clearpilot/tools/qt_webview.cc index 646c0d3..3696836 100644 --- a/system/clearpilot/tools/qt_webview.cc +++ b/system/clearpilot/tools/qt_webview.cc @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) { layout->addWidget(web_view); // window.showFullScreen(); - window.show() + window.show(); return app.exec(); }