electrum

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

commit 843ac4e90b998c2a4c95da3294a908e2ddb715dd
parent fb151c17283860ee45e217e7a69aeddc8787f248
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 26 Aug 2016 07:05:18 +0200

workaround p4a bug

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

diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py @@ -609,6 +609,9 @@ class ElectrumWindow(App): def on_resume(self): if self.nfcscanner: self.nfcscanner.nfc_enable() + # workaround p4a bug: + # show an empty info bubble, to refresh the display + self.show_info_bubble('', duration=0.1, pos=(0,0), width=1, arrow_pos=None) def on_size(self, instance, value): width, height = value