-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minimap doesn't account for panning #96
Comments
Dear @fire-eggs , |
Hi, Raph, thank you for the follow-up. If there is a problem I'm sure it's in my code. Need to review these issues and see which are relevant any more... |
Ok, I will help you solve this issue ! |
Somewhere there is code that disables the minimap when the current image size is smaller than the view. Either:
I think I'm inclined to the first choice. |
Doing something wrong when the image is smaller than the window: Note how the blue rectangle [the I think I've used the |
If the current image size is smaller than the window, the minimap is not drawn.
However, the image could be panned such that it extends outside the window. Ideally the minimap should be drawn in that situation.
The text was updated successfully, but these errors were encountered: