Skip to content

Commit

Permalink
Adjust window activation order
Browse files Browse the repository at this point in the history
WE2-719

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored and mrts committed Feb 16, 2024
1 parent 65300d9 commit c3c129d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ observer_ptr<WebEidUI> WebEidUI::createAndShowDialog(const CommandType command)
{
auto* dialog = new WebEidDialog {};
dialog->showWaitingForCardPage(command);
dialog->activateWindow();
dialog->show();
dialog->activateWindow();
dialog->raise();

return dialog;
Expand Down

0 comments on commit c3c129d

Please sign in to comment.