Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 29, 2024
1 parent 4f17773 commit 37f884a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calibre/gui2/library/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,7 @@ def edit():
if index.isValid():
self.setCurrentIndex(index)
self.edit(index)
# This is needed for https://bugs.launchpad.net/calibre/+bug/2092643
self._model.current_changed(index, None)
QTimer.singleShot(0, edit)
return ans
Expand Down

0 comments on commit 37f884a

Please # to comment.