mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
59289e67cd
commit
c3f9086ced
@ -67,6 +67,8 @@ class TableView(QTableView):
|
|||||||
continue
|
continue
|
||||||
colname = self.column_map[ldx]
|
colname = self.column_map[ldx]
|
||||||
idx = m.index(row, ldx, current.parent())
|
idx = m.index(row, ldx, current.parent())
|
||||||
|
if not idx.isValid():
|
||||||
|
continue
|
||||||
if m.is_custom_column(colname):
|
if m.is_custom_column(colname):
|
||||||
if self.itemDelegateForIndex(idx).is_editable_with_tab:
|
if self.itemDelegateForIndex(idx).is_editable_with_tab:
|
||||||
# Don't try to open editors implemented by dialogs such as
|
# Don't try to open editors implemented by dialogs such as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user