Removed unneeded manual sort

Same its called later during init process
This commit is contained in:
donoban 2018-07-12 01:22:28 +02:00
parent 14f58fe8c1
commit 1d80837cd0
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -313,9 +313,6 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QtGui.QMainWindow):
QtGui.QHeaderView.Interactive)
self.table.horizontalHeader().setStretchLastSection(True)
self.table.sortItems(self.columns_indices[self.sort_by_column],
self.sort_order)
self.context_menu = QtGui.QMenu(self)
self.context_menu.addAction(self.action_settings)