-
Notifications
You must be signed in to change notification settings - Fork 215
WIP: Make DnD consumer monitorAware #3005
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
base: master
Are you sure you want to change the base?
Conversation
fb64c75
to
c807d08
Compare
c807d08
to
b6f307f
Compare
7b330f7
to
793ce5d
Compare
793ce5d
to
d98eb71
Compare
This pull request changes some projects for the first time in this development cycle.
Git patch
Further information are available in Common Build Issues - Missing version increments. |
d98eb71
to
05f4eef
Compare
This commit enforces the usage of Rectangle.clone and Rectangle.of while copying a rectangle from an existing rectangle and creating a rectangle from a Point making sure the internal state of the source resources are copied to the new resource. contributes to eclipse-platform/eclipse.platform.swt#62 and eclipse-platform/eclipse.platform.swt#128
05f4eef
to
b9efa80
Compare
Depends on: eclipse-platform/eclipse.platform.swt#2186
This PR enforces the usage of Rectangle.copyWith and Rectangle.of
while copying a rectangle from an existing rectangle and creating a
rectangle from a Point making sure the internal state of the source
resources are copied to the new resource.
contributes to eclipse-platform/eclipse.platform.swt#62 and eclipse-platform/eclipse.platform.swt#128