-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[graf] Additional options for TPad::PlaceBox() method
#12066
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
[graf] Additional options for TPad::PlaceBox() method
#12066
Conversation
|
Can one of the admins verify this patch? |
TPad::PlaceBox() method
10be79c to
fe0e91b
Compare
|
Hi! We really need to speed things up to converge to the release, so I took the liberty of updating this PR with a revised version of the new If the CI passes, please also have a look @couet to give also your approval as the code owner of this area. |
|
@phsft-bot build |
|
Starting build on |
|
Build failed on ROOT-ubuntu18.04/nortcxxmod. Errors:
|
|
Build failed on windows10/cxx14. Failing tests: |
fe0e91b to
3581038
Compare
|
@phsft-bot build |
|
Starting build on |
|
Build failed on ROOT-ubuntu18.04/nortcxxmod. Errors:
|
|
Looks good to me. Does the |
2 similar comments
Requested changes implemented
3581038 to
a632887
Compare
jalopezg-git
left a comment
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.
See comments, otherwise LGTM!
e286b75 to
c14b1bc
Compare
|
@phsft-bot build |
|
Starting build on |
|
Build failed on ROOT-ubuntu18.04/nortcxxmod. Errors:
|
This is needed so that the new RooBrowser doesn't need to access the private collision grid of the TPad. These additional options allow the placement of the box with choice of priority over directions as well as option to place within the margins of the pad. Wanted for 6.28 release too!
c14b1bc to
bf4a2ca
Compare
|
Build failed on windows10/cxx14. Failing tests: |
|
Build failed on mac11/cxx14. Failing tests: |

This is needed so that the new RooBrowser doesn't need to access the private collision grid of the TPad. These additional options allow the placement of the box with choice of priority over directions as well as option to place within the margins of the pad.
Wanted for 6.28 release too!