Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollbars are limited by the smaller image in the panels #31

Open
vladvrabie opened this issue Jul 21, 2019 · 1 comment
Open

Scrollbars are limited by the smaller image in the panels #31

vladvrabie opened this issue Jul 21, 2019 · 1 comment
Assignees
Labels
bug Something isn't working testing-required
Milestone

Comments

@vladvrabie
Copy link
Collaborator

If there is a small image in one panel (e.g. 200x200) and a big image in the other panel (e.g. 2000x2000), the scroll bars for the big image don't work because they are synced with the scroll bars of the small image (even if the small image doesn't have any scroll bars).

Need to add extra check: if original and processed images have the same resolution, sync the scroll bars, otherwise don't and let them be independent

@vladvrabie vladvrabie added the bug Something isn't working label Jul 21, 2019
@vladvrabie vladvrabie self-assigned this Jul 22, 2019
@vladvrabie
Copy link
Collaborator Author

Solved in 270e17b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing-required
Projects
None yet
Development

No branches or pull requests

2 participants