aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-12 10:33:06 +0000
committersaturneric <[email protected]>2025-04-12 10:33:06 +0000
commit2c84a775f444300cad8911ceb8e742fe138b5f6d (patch)
treefb6dbed1230a5497808c504d77a3e71dfbf43e80 /src/ui/dialog/keypair_details/KeyDetailsDialog.cpp
parentfeat: add ui support for adsk features (diff)
downloadGpgFrontend-2c84a775f444300cad8911ceb8e742fe138b5f6d.tar.gz
GpgFrontend-2c84a775f444300cad8911ceb8e742fe138b5f6d.zip
fix: wrong ui dialog order after switching apps
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyDetailsDialog.cpp')
-rw-r--r--src/ui/dialog/keypair_details/KeyDetailsDialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp
index f71465c9..d48cbdb7 100644
--- a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp
+++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp
@@ -78,5 +78,7 @@ KeyDetailsDialog::KeyDetailsDialog(int channel, const GpgKey& key,
this->setModal(true);
this->show();
+ this->raise();
+ this->activateWindow();
}
} // namespace GpgFrontend::UI