Fix sorting of name column.
This commit is contained in:
parent
24fc4f0a49
commit
df9fd2af09
|
@ -464,7 +464,7 @@ class ListView:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def add_texticon_column(self, header, col_types=[int, str],
|
def add_texticon_column(self, header, col_types=[int, str],
|
||||||
sortid=0,
|
sortid=1,
|
||||||
hidden=False,
|
hidden=False,
|
||||||
position=None,
|
position=None,
|
||||||
status_field=None,
|
status_field=None,
|
||||||
|
|
Loading…
Reference in New Issue