This commit is contained in:
ThomasV 2012-02-14 22:56:04 +01:00
parent 20350e31a0
commit 7fa258946a
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ class ElectrumWindow(QMainWindow):
def payto(addr):
self.tabs.setCurrentIndex(1)
self.payto_e.setText(addr)
self.amount_e.setFocus()
paytoButton = EnterButton('Pay to', lambda: payto(get_addr(l)))
hbox.addWidget(paytoButton)
hbox.addStretch(1)