Raise the share window to make sure that the user sees it

This commit is contained in:
Jocelyn Turcotte 2015-02-16 16:46:05 +01:00
parent 9579102541
commit a955defae5

View file

@ -654,7 +654,7 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
ShareDialog *w = new ShareDialog(account, sharePath, localPath);
w->getShares();
w->setAttribute( Qt::WA_DeleteOnClose, true );
w->show();
raiseDialog(w);
}