-
Notifications
You must be signed in to change notification settings - Fork 210
Replacing usages of Image(Display, Rectangle) #2953
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
Replacing usages of Image(Display, Rectangle) #2953
Conversation
637cd21
to
a10aa87
Compare
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
Test Results 1 824 files + 1 824 1 824 suites +1 824 1h 31m 30s ⏱️ + 1h 31m 30s For more details on these failures, see this check. Results for commit 6b9497e. ± Comparison against base commit 9e7f21f. ♻️ This comment has been updated with latest results. |
Is there already a PR for that? |
Replacing usages of Image(Display, Rectangle) in favor of Image(Display, int ,int) since the prior one is getting deprecated.
6690204
to
6b9497e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Replacing usages of Image(Display, Rectangle) in favor of Image(Display, int ,int) since the prior one is getting deprecated.
Note to myself (@fedejeanne): merge this PR before (or at least together with) eclipse-platform/eclipse.platform.swt#2088 so we don't see unnecessary warnings about deprecation/removal.