-
Notifications
You must be signed in to change notification settings - Fork 437
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
Enhanced Scrollable Area #3598
base: master
Are you sure you want to change the base?
Enhanced Scrollable Area #3598
Conversation
@grossmj can you please review this! Also, can you please suggest a suitable approach to adjust the scrollable area dynamically such that the scene accommodates all devices? |
@grossmj I was not aware of width and height configuration option in preferences. I have undone what I hardcoded previously. Instead, I have recalculated the bounding rectangle every time a zoom action is executed so that the scroll bars allow you to see everything regardless of how zoomed in or zoomed out you are. Please review this! |
@grossmj Hi, I wanted to check in and see if you've had the chance to review this. I would really appreciate it if you could give me some feedback. |
I got the following traceback so I made some changes to your PR.
|
@grossmj I was looking at your commit, everything seems fine to me but a check is still failing. If you have the time could you please look into this. Also, it would be great if you could share your email with me I have something important to discuss |
What I did
I wanted to dynamically change the scrollable area to accommodate all nodes because, as of now, if you zoom out, place a new device, and then zoom back in, and the new device exits the field of view, you cannot scroll to it.
However, I could not find the function where new devices are being added. So, for the time being, I have simply increased the scenes dimensions.