diff --git a/src/calibre/gui2/ui.py b/src/calibre/gui2/ui.py index ad1e3938c4..20be624db7 100644 --- a/src/calibre/gui2/ui.py +++ b/src/calibre/gui2/ui.py @@ -1591,7 +1591,6 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI): view.resizeColumnsToContents() view.resize_on_select = False self.status_bar.reset_info() - self.current_view().clearSelection() if location == 'library': self.action_edit.setEnabled(True) self.action_convert.setEnabled(True)