Automatically refocus on new SendCoinsEntrys and scroll to them.

This commit is contained in:
Matt Corallo
2011-12-07 00:00:04 -05:00
committed by Luke Dashjr
parent 22388eac08
commit bccbc5f4c3
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();
}