mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 06:06:09 +01:00
Fix #1910883 [can't automatically scroll down the list of icon rules](https://bugs.launchpad.net/calibre/+bug/1910883)
This commit is contained in:
parent
1c12b0efe6
commit
c86bcede66
1 changed files with 1 additions and 0 deletions
|
|
@ -891,6 +891,7 @@ def currentChanged(self, new, prev):
|
|||
if self.model() and new.isValid():
|
||||
_, _, rule = self.model().data(new, Qt.ItemDataRole.UserRole)
|
||||
self.enable_convert_buttons_function(isinstance(rule, Rule))
|
||||
return super().currentChanged(new, prev)
|
||||
# }}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue