Skip to content

Commit

Permalink
Revert "Position coincident page marks in the correct order"
Browse files Browse the repository at this point in the history
This reverts commit f366b5e.
  • Loading branch information
windymilla committed Nov 8, 2023
1 parent f366b5e commit 81ec662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Guiguts/FileMenu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ sub file_import_markup {
sub interpretbinfile {
my $textwindow = $::textwindow;
my $markindex;
foreach my $mark ( reverse sort keys %::pagenumbers ) {
foreach my $mark ( sort keys %::pagenumbers ) {
$markindex = $::pagenumbers{$mark}{offset};
unless ($markindex) {
delete $::pagenumbers{$mark};
Expand Down

0 comments on commit 81ec662

Please sign in to comment.