Skip to content

Commit

Permalink
setSorting is commented.
Browse files Browse the repository at this point in the history
	modified:   files/mainwindow_ui.py
  • Loading branch information
alireza-amirsamimi committed Apr 15, 2017
1 parent d4db7a5 commit 1d74c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/mainwindow_ui.py
Expand Up @@ -359,7 +359,7 @@ def __init__(self, persepolis_setting):
self.download_table.setSelectionBehavior(QAbstractItemView.SelectRows)
self.download_table.setEditTriggers(QAbstractItemView.NoEditTriggers)
self.download_table.verticalHeader().hide()
self.download_table.setSortingEnabled(True)
# self.download_table.setSortingEnabled(True)

# hide gid and download dictioanry section
self.download_table.setColumnHidden(8, True)
Expand Down

0 comments on commit 1d74c3f

Please sign in to comment.