Try to raise window when URI is pasted

This commit is contained in:
Aditya Kulkarni
2019-03-20 10:06:08 -07:00
parent 99c3ffd0f0
commit 4e185834f6
2 changed files with 2 additions and 3 deletions

View File

@@ -876,6 +876,7 @@ void MainWindow::payZcashURI(QString uri) {
// And switch to the send tab.
ui->tabWidget->setCurrentIndex(1);
raise();
// And click the send button if the amount is > 0, to validate everything. If everything is OK, it will show the confirm box
// else, show the error message;