Skip to content

Commit c3c129d

Browse files
metsmamrts
authored andcommitted
Adjust window activation order
WE2-719 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 65300d9 commit c3c129d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/ui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ observer_ptr<WebEidUI> WebEidUI::createAndShowDialog(const CommandType command)
2626
{
2727
auto* dialog = new WebEidDialog {};
2828
dialog->showWaitingForCardPage(command);
29-
dialog->activateWindow();
3029
dialog->show();
30+
dialog->activateWindow();
3131
dialog->raise();
3232

3333
return dialog;

0 commit comments

Comments
 (0)