Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Don't reset frame count upon click if there's only 1 frame group
This patch fixes a behaviour when user clicks one of these buttons: - previous frame group button - next frame group button - last frame group button - first frame group button And there is only one frame group available. Currently if someone presses those buttons frame count will be reseted, this patch fixes it by basically returning from function immediately if there's only 1 frame group available.
- Loading branch information