Skip to content
Permalink
Browse files
pass unicode string to TreeSettingItem
  • Loading branch information
alexbruy committed Dec 10, 2012
1 parent 289a207 commit 75cfd79
Showing 1 changed file with 1 addition and 1 deletion.
@@ -111,5 +111,5 @@ def __init__(self, setting, icon):
else:
self.setCheckState(1, Qt.Unchecked)
else:
self.setText(1, str(setting.value))
self.setText(1, unicode(setting.value))
self.setIcon(0, icon)

0 comments on commit 75cfd79

Please sign in to comment.