diff options
author | saturneric <[email protected]> | 2024-07-29 19:23:56 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 19:23:56 +0000 |
commit | d0aa53324734306459f7f0062b4801408bbaf58b (patch) | |
tree | d22c1e3ae0eb06405c0abf94d3364973cc651159 /src/ui/main_window/MainWindowUI.cpp | |
parent | fix: distinguishing Error Alerts for Ppaer Key Operation Failures (diff) | |
parent | fix: solve some known issues at ci build configs (diff) | |
download | GpgFrontend-d0aa53324734306459f7f0062b4801408bbaf58b.tar.gz GpgFrontend-d0aa53324734306459f7f0062b4801408bbaf58b.zip |
Merge branch 'develop' of ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop
Diffstat (limited to '')
-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; |