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

creates function setZoomLock(0/1) - fr#3438 #3941

Merged
merged 3 commits into from
Apr 16, 2023
Merged

Conversation

Jmr3366
Copy link
Contributor

@Jmr3366 Jmr3366 commented Apr 16, 2023

Identify the Bug or Feature request

closes #3438

Description of the Change

creates a new function, requires 1 parameter, there is no output
setZoomLock(0/1)

Possible Drawbacks

User can still uncheck

Release Notes

  • Creates a new function that mimics the Tool menu Lock Zoom check/toggle

Example:
To lock zoom: [h: setZoomLock(1)]
To unlock zoom: [h: setZoomLock(0)]


This change is Reviewable

@cwisniew
Copy link
Member

@Jmr3366 you will need to run spotlessApply, commit and push the changes.

@cwisniew cwisniew added the feature Adding functionality that adds value label Apr 16, 2023
@cwisniew cwisniew added this pull request to the merge queue Apr 16, 2023
Merged via the queue into RPTools:develop with commit ea0c006 Apr 16, 2023
@Jmr3366 Jmr3366 deleted the FR-3438c branch April 17, 2023 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding functionality that adds value
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[Feature]: lockZoom()
2 participants