From 2c84a775f444300cad8911ceb8e742fe138b5f6d Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 12 Apr 2025 12:33:06 +0200 Subject: fix: wrong ui dialog order after switching apps --- src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp') diff --git a/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp b/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp index 6cd423fc..754999a2 100644 --- a/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp @@ -114,6 +114,8 @@ void KeyNewUIDDialog::slot_create_new_uid() { error_label_->setText(error_string); this->show(); + this->raise(); + this->activateWindow(); } } -- cgit v1.2.3