From 0b3fe8df831572afb98d3f468ae910105c10a658 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 31 Dec 2016 16:57:29 +0100 Subject: [PATCH] follow-up previous commit --- gui/qt/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 920fed73..5d88490d 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1044,7 +1044,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): if self.is_max: amount = tx.output_value() self.amount_e.setAmount(amount) - self.amount_e.textEdited.emit("") def update_fee_edit(self):