-
Sol Simpson authored
Setting a table item value to a unicode value with non ascii chars would cause the tablewidget contents to not be displayed (no exception thrown either). Changed all instances of str(..) or map(str,...) to use asUnicode and issue seems to be fixed
Sol Simpson authoredSetting a table item value to a unicode value with non ascii chars would cause the tablewidget contents to not be displayed (no exception thrown either). Changed all instances of str(..) or map(str,...) to use asUnicode and issue seems to be fixed
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TableWidget.py 9.78 KiB