1
0

kivy: use custom keyboard in send tab

This commit is contained in:
ThomasV
2015-10-14 13:03:13 +02:00
parent 2f543d2ad8
commit 4a0fceca90
3 changed files with 75 additions and 132 deletions

View File

@@ -808,7 +808,8 @@ class ElectrumWindow(App):
popup.ids.amount_label.text = label.text
def cb():
label.text = popup.ids.amount_label.text
callback()
if callback:
callback()
popup.on_dismiss = cb
popup.open()