File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,12 @@ SendCoinsRecipient SendCoinsEntry::getValue()
155
155
QWidget *SendCoinsEntry::setupTabChain (QWidget *prev)
156
156
{
157
157
QWidget::setTabOrder (prev, ui->payTo );
158
- QWidget::setTabOrder (ui->payTo , ui->addressBookButton );
158
+ QWidget::setTabOrder (ui->payTo , ui->addAsLabel );
159
+ QWidget *w = ui->payAmount ->setupTabChain (ui->addAsLabel );
160
+ QWidget::setTabOrder (w, ui->addressBookButton );
159
161
QWidget::setTabOrder (ui->addressBookButton , ui->pasteButton );
160
162
QWidget::setTabOrder (ui->pasteButton , ui->deleteButton );
161
- QWidget::setTabOrder (ui->deleteButton , ui->addAsLabel );
162
- return ui->payAmount ->setupTabChain (ui->addAsLabel );
163
+ return ui->deleteButton ;
163
164
}
164
165
165
166
void SendCoinsEntry::setValue (const SendCoinsRecipient &value)
You can’t perform that action at this time.
0 commit comments