mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
4f17773c42
commit
37f884a1f2
@ -1658,6 +1658,7 @@ class BooksView(QTableView): # {{{
|
|||||||
if index.isValid():
|
if index.isValid():
|
||||||
self.setCurrentIndex(index)
|
self.setCurrentIndex(index)
|
||||||
self.edit(index)
|
self.edit(index)
|
||||||
|
# This is needed for https://bugs.launchpad.net/calibre/+bug/2092643
|
||||||
self._model.current_changed(index, None)
|
self._model.current_changed(index, None)
|
||||||
QTimer.singleShot(0, edit)
|
QTimer.singleShot(0, edit)
|
||||||
return ans
|
return ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user