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

Override the OSX scrollbar behavior for the image panel. #1209

Merged
merged 1 commit into from
Oct 17, 2017

Conversation

pmuetschard
Copy link
Member

Forces the use of the "always visible" style of the scrollbars on the image panel, instead of the possible overlay style, which would hide portions of the image.

Introduces a platform specific SwtUtil class inside the the SWT package, so it can easily access protected fields, which can be (sparingly) used to customize platform specific behavior.

Fixes #1141

Forces the use of the "always visible" style of the scrollbars on the
image panel, instead of the possible overlay style, which would hide
portions of the image.

Introduces a platform specific SwtUtil class inside the the SWT package,
so it can easily access protected fields, which can be (sparingly) used
to customize platform specific behavior.

Fixes google#1141
@pmuetschard pmuetschard merged commit 7a26dc5 into google:master Oct 17, 2017
@pmuetschard pmuetschard deleted the scroll branch October 17, 2017 23:53
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

Successfully merging this pull request may close these issues.

2 participants