Skip to content

Commit

Permalink
Update 'selected pages' after merge_pages()
Browse files Browse the repository at this point in the history
  • Loading branch information
angsch authored and kbengs committed May 18, 2023
1 parent f850180 commit 8c5a039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdfarranger/pdfarranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2417,6 +2417,7 @@ def merge_pages(self, _action, _parameter, _unknown):
break
ndpage += 1
self.update_iconview_geometry()
self.iv_selection_changed_event()
self.update_max_zoom_level()

def edit_metadata(self, _action, _parameter, _unknown):
Expand Down

0 comments on commit 8c5a039

Please sign in to comment.