electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit a3611af26a3f996c3a011689e250027639dbb2d3
parent c3419eb7bb72e663068111599949e294054453da
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 15 Sep 2014 16:28:29 +0200

signal to set fee field after payment request

Diffstat:
Mgui/qt/main_window.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -1226,6 +1226,8 @@ class ElectrumWindow(QMainWindow): self.payto_e.setText(pr.domain) self.amount_e.setText(self.format_amount(pr.get_amount())) self.message_e.setText(pr.get_memo()) + # signal to set fee + self.amount_e.textEdited.emit("") def payment_request_error(self): self.do_clear()