Automatically refocus on new SendCoinsEntrys and scroll to them.
This commit is contained in:
@@ -151,3 +151,8 @@ bool SendCoinsEntry::isClear()
|
||||
return ui->payTo->text().isEmpty();
|
||||
}
|
||||
|
||||
void SendCoinsEntry::setFocus()
|
||||
{
|
||||
ui->payTo->setFocus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user