From: Hannah von Reth Date: Tue, 5 May 2020 10:32:15 +0000 (+0200) Subject: Wizard: Raise own window X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~106 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eed4ffb823af726396f0e150ea4d447f6bdf5fc4;p=nextcloud-desktop.git Wizard: Raise own window The OAuth authentication brings the broweser to the front, once thats done the wizard continues. But the wizard ist now most probably hidden behind the browser --- diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp index baeb008e1..c5a6119a0 100644 --- a/src/gui/wizard/owncloudwizard.cpp +++ b/src/gui/wizard/owncloudwizard.cpp @@ -38,6 +38,7 @@ #include #include #include +#include #include @@ -212,6 +213,7 @@ void OwncloudWizard::successfulStep() break; } + ownCloudGui::raiseDialog(this); next(); }