mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-27 16:05:39 +01:00
Automatically refocus on new SendCoinsEntrys and scroll to them.
This commit is contained in:
committed by
Luke Dashjr
parent
22388eac08
commit
bccbc5f4c3
@@ -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