mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
2395ef8112
commit
ccfff7f456
@ -574,9 +574,7 @@ class TagsView(QTreeView): # {{{
|
||||
self.setExpanded(idx, True) # Needed otherwise Qt segfaults if the
|
||||
# node is buried in a collapsed, off
|
||||
# screen hierarchy
|
||||
self.setCurrentIndex(idx)
|
||||
self.scrollTo(idx, position)
|
||||
self.setCurrentIndex(idx)
|
||||
if box:
|
||||
self._model.set_boxed(idx)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user