mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:16:45 +02:00
Fix #4274 (Remember selection when switching between panes)
This commit is contained in:
parent
d48f5583aa
commit
3ea655ff37
1 changed files with 0 additions and 1 deletions
|
|
@ -1591,7 +1591,6 @@ def location_selected(self, location):
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue