Skip to content

Commit

Permalink
Accessibility: pages now have proper labels in icon view
Browse files Browse the repository at this point in the history
Close #514
  • Loading branch information
jeromerobert authored and dreua committed Aug 1, 2021
1 parent 3b43dd6 commit 29dcd79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdfarranger/pdfarranger.py
Expand Up @@ -727,6 +727,8 @@ def update_thumbnail(self, _obj, ref, thumbnail, resample, scale, is_preview):
self.iconview.select_path(path)
self.iconview.unselect_path(path)
self.__update_statusbar(path.get_indices()[0] + 1)
ac = self.iconview.get_accessible().ref_accessible_child(path.get_indices()[0])
ac.set_description(page.description())

def get_visible_range2(self):
"""Get range of items visible in window.
Expand Down

0 comments on commit 29dcd79

Please sign in to comment.