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

panning is sometimes difficult #8

Open
mfrederickson opened this issue Sep 13, 2014 · 2 comments
Open

panning is sometimes difficult #8

mfrederickson opened this issue Sep 13, 2014 · 2 comments

Comments

@mfrederickson
Copy link
Contributor

Sometimes I have trouble sliding the image around--it's hard to grab ahold of, or it simply doesn't move until I rezoom it.

@staffup-dave
Copy link

I had the same issue and commented out the following code:

if ((x < minXPos) || (x > maxXPos) || (y < minYPos) || (y > maxYPos)) {
   // new position is out of bounds, would show gutter
   return;
}

@burakkilic
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants