From 3ea655ff3779b12193a96f67d55cb8bc37312889 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 Dec 2009 19:00:17 -0700 Subject: [PATCH] Fix #4274 (Remember selection when switching between panes) --- src/calibre/gui2/ui.py | 1 - 1 file changed, 1 deletion(-) 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)