diff options
author | saturneric <[email protected]> | 2024-07-29 15:10:21 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 15:10:21 +0000 |
commit | 753ba5fd90dbd26df47326c8871f9231511b03b3 (patch) | |
tree | d8e71d8af8a1e2c59eb0307ad2673c310691b164 /src/ui/main_window/MainWindowUI.cpp | |
parent | fix: missing libGLESv2.dll (diff) | |
download | GpgFrontend-753ba5fd90dbd26df47326c8871f9231511b03b3.tar.gz GpgFrontend-753ba5fd90dbd26df47326c8871f9231511b03b3.zip |
fix: first three actions on menubar not clickable
Diffstat (limited to 'src/ui/main_window/MainWindowUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index 2633a50d..c1189fa2 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -681,7 +681,7 @@ void MainWindow::create_tool_bars() { } void MainWindow::create_status_bar() { - auto* status_bar_box = new QWidget(this); + auto* status_bar_box = new QWidget(); auto* status_bar_box_layout = new QHBoxLayout(); // QPixmap* pixmap; |