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

ScreenshotMode.NONE and progress border? #81

Open
jeffhashfield opened this issue Nov 9, 2019 · 2 comments
Open

ScreenshotMode.NONE and progress border? #81

jeffhashfield opened this issue Nov 9, 2019 · 2 comments

Comments

@jeffhashfield
Copy link

I have a class which extends TelescopeLayout. In the constructor, I call setProgressColor (to a blue color), setLens, and setScreenshotMode(ScreenshotMode.NONE). Everything works fine, except the progress border does not disappear after the screenshot is captured. If I instead call setScreenshotMode(ScreenshotMode.CANVAS), or do not call setScreenshotMode, the progress border correctly disappears after the screenshot is captured. Is this a bug, or is there something additional I should do in order to use ScreenshotMode.NONE correctly?

@mattprecious
Copy link
Owner

Fixed in #53 I think. Are you on the latest version?

@jeffhashfield
Copy link
Author

Thanks a lot for the response. I am on the latest version (2.2.0).

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

2 participants