diff options
author | saturneric <[email protected]> | 2025-04-12 10:33:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-12 10:33:06 +0000 |
commit | 2c84a775f444300cad8911ceb8e742fe138b5f6d (patch) | |
tree | fb6dbed1230a5497808c504d77a3e71dfbf43e80 /src/ui/dialog/import_export | |
parent | feat: add ui support for adsk features (diff) | |
download | GpgFrontend-2c84a775f444300cad8911ceb8e742fe138b5f6d.tar.gz GpgFrontend-2c84a775f444300cad8911ceb8e742fe138b5f6d.zip |
fix: wrong ui dialog order after switching apps
Diffstat (limited to 'src/ui/dialog/import_export')
-rw-r--r-- | src/ui/dialog/import_export/KeyImportDetailDialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/import_export/KeyImportDetailDialog.cpp b/src/ui/dialog/import_export/KeyImportDetailDialog.cpp index 6d93c796..0a5f5005 100644 --- a/src/ui/dialog/import_export/KeyImportDetailDialog.cpp +++ b/src/ui/dialog/import_export/KeyImportDetailDialog.cpp @@ -66,7 +66,10 @@ KeyImportDetailDialog::KeyImportDetailDialog( setPosCenterOfScreen(); this->setModal(true); + this->show(); + this->raise(); + this->activateWindow(); } void KeyImportDetailDialog::create_general_info_box() { |