tworkaround p4a bug - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 843ac4e90b998c2a4c95da3294a908e2ddb715dd DIR parent fb151c17283860ee45e217e7a69aeddc8787f248 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 26 Aug 2016 07:05:18 +0200 workaround p4a bug Diffstat: M gui/kivy/main_window.py | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- DIR diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py t@@ -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