tkivy: comment out reload - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 62643cbc185ac7af112e30ead1d495facc3dc6da
DIR parent 745d258439edd2afe799f117ccf025bc551559b5
HTML Author: ThomasV <thomasv@electrum.org>
Date: Wed, 9 Sep 2015 16:13:40 +0200
kivy: comment out reload
Diffstat:
M gui/kivy/main_window.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py
t@@ -1124,8 +1124,8 @@ class ElectrumWindow(App):
else:
info_bubble.fs = False
info_bubble.icon = icon
- if img.texture and img._coreimage:
- img.reload()
+ #if img.texture and img._coreimage:
+ # img.reload()
img.allow_stretch = False
info_bubble.dim_background = False
info_bubble.background_image = 'atlas://data/images/defaulttheme/bubble'