From 843ac4e90b998c2a4c95da3294a908e2ddb715dd Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 26 Aug 2016 07:05:18 +0200 Subject: [PATCH] workaround p4a bug --- gui/kivy/main_window.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py index b6d7289d..b29c8592 100644 --- 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