From bb6a91bc93af02f461dc2023b8091bade7645cf6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 May 2024 02:54:13 -0500 Subject: [PATCH] wip --- system/clearpilot/tools/qt_webview.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/clearpilot/tools/qt_webview.cc b/system/clearpilot/tools/qt_webview.cc index 6834866..bf81f7e 100644 --- a/system/clearpilot/tools/qt_webview.cc +++ b/system/clearpilot/tools/qt_webview.cc @@ -34,7 +34,7 @@ public: explicit MainWindow(QWidget *parent = nullptr) { this->setWindowTitle("Webview in Frame"); this->setStyleSheet("background-color: black;"); - window.showFullScreen(); + this->showFullScreen(); WebViewFrame *webViewFrame = new WebViewFrame(this); QVBoxLayout *mainLayout = new QVBoxLayout(this);