aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/SignersPicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/SignersPicker.cpp')
-rw-r--r--src/ui/dialog/SignersPicker.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/SignersPicker.cpp b/src/ui/dialog/SignersPicker.cpp
index 61a31606..fa72287e 100644
--- a/src/ui/dialog/SignersPicker.cpp
+++ b/src/ui/dialog/SignersPicker.cpp
@@ -73,7 +73,10 @@ SignersPicker::SignersPicker(int channel, QWidget* parent)
this->setMinimumWidth(480);
movePosition2CenterOfParent();
+
this->show();
+ this->raise();
+ this->activateWindow();
}
auto SignersPicker::GetCheckedSigners() -> GpgFrontend::KeyIdArgsList {