1
0

enable sorting for all lists except history

This commit is contained in:
ThomasV
2015-04-23 18:28:37 +02:00
parent 89338fa7bd
commit d94aee83b9
2 changed files with 2 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ class MyTreeWidget(QTreeWidget):
self.edit_column = i
else:
self.setColumnWidth(i, width)
self.setSortingEnabled(True)
def on_activated(self, item):
if not item: