Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Next Image even if it's not possible to split
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Sep 4, 2022
1 parent 0c43ab0 commit fea80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoSplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def skip_split(self, navigate_image_only: bool = False):
# or Splitting/skipping when there are no images left
if self.start_auto_splitter_button.text() == START_AUTO_SPLITTER_TEXT \
or "Delayed Split" in self.current_split_image.text() \
or (not self.skip_split_button.isEnabled() and not self.is_auto_controlled) \
or not (self.skip_split_button.isEnabled() or self.is_auto_controlled or navigate_image_only) \
or self.__is_current_split_out_of_range():
return

Expand Down

0 comments on commit fea80bc

Please sign in to comment.