Skip to content

Commit

Permalink
Merge pull request #30 from TrezarCoin/patch1_sendcoinsdialog.cpp
Browse files Browse the repository at this point in the history
patch to fix error : OpenSuse
  • Loading branch information
ChekaZ authored Aug 19, 2019
2 parents 3ba2204 + 507fdd4 commit 5ee1221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/sendcoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ QWidget *SendCoinsDialog::setupTabChain(QWidget *prev)
}
}*/
QWidget::setTabOrder(prev, ui->sendButton);
return prev;
}

void SendCoinsDialog::pasteEntry(const SendCoinsRecipient &rv)
Expand Down

0 comments on commit 5ee1221

Please sign in to comment.