From df84d98c1a4e73d83df29b80c44a0b41889f38cb Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:29:37 +0100 Subject: [PATCH] ... --- src/calibre/gui2/library/bookshelf_view.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/gui2/library/bookshelf_view.py b/src/calibre/gui2/library/bookshelf_view.py index d50dc119ca..c2f5a01e42 100644 --- a/src/calibre/gui2/library/bookshelf_view.py +++ b/src/calibre/gui2/library/bookshelf_view.py @@ -741,8 +741,6 @@ class CaseItem: item = item._replace(start_x=item.start_x - left_shift, width=width) elif right_shift: item = item._replace(start_x=item.start_x + right_shift) - elif i == shelf_item.idx and gprefs['bookshelf_hover'] == 'above': - item = item._replace(start_x=item.start_x - left_shift, width=width) ans.items.append(item) ans.width = item.start_x + item.width else: