Automatically refocus on new SendCoinsEntrys and scroll to them.

This commit is contained in:
Matt Corallo
2011-12-07 00:00:04 -05:00
parent 96d3bcb996
commit 9a93c4c024
3 changed files with 14 additions and 0 deletions

View File

@@ -151,3 +151,8 @@ bool SendCoinsEntry::isClear()
return ui->payTo->text().isEmpty();
}
void SendCoinsEntry::setFocus()
{
ui->payTo->setFocus();
}