mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 10:06:29 +01:00
Don't resort when editing columns in the main GUI
This commit is contained in:
parent
f21d1287e9
commit
db60769702
1 changed files with 2 additions and 2 deletions
|
|
@ -695,8 +695,8 @@ def setData(self, index, value, role):
|
|||
self.db.set(row, column, val)
|
||||
self.emit(SIGNAL("dataChanged(QModelIndex, QModelIndex)"), \
|
||||
index, index)
|
||||
if column == self.sorted_on[0]:
|
||||
self.resort()
|
||||
#if column == self.sorted_on[0]:
|
||||
# self.resort()
|
||||
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue