1
0

kivy: fix qrcodewidget (only update from gui thread)

This commit is contained in:
ThomasV
2015-12-13 16:21:50 +01:00
parent a190d1dbe6
commit f7ffdfc2b1
3 changed files with 7 additions and 30 deletions

View File

@@ -42,7 +42,7 @@
color: .699, .699, .699, 1
font_size: '13sp'
shorten: True
text: root.message if root.message else ' '
text: root.message
Widget
CardLabel:
halign: 'right'