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

GraphEdit nodes max zoom, min zoom and zoom factor can't be changed #38249

Closed
timkrief opened this issue Apr 27, 2020 · 0 comments · Fixed by #38261
Closed

GraphEdit nodes max zoom, min zoom and zoom factor can't be changed #38249

timkrief opened this issue Apr 27, 2020 · 0 comments · Fixed by #38261

Comments

@timkrief
Copy link

Godot version:
Godot 3.2.1

OS/device including version:
Ubuntu 18.04.3 LTS

Issue description:
The GraphEdit node is limited to 3 zoom-ins or zoom-outs with a fixed zoom factor. After further inspection it seems like this was hardcoded around here. I think setting the min and max values as well as the scaling factor are supposed to be customizable.

Steps to reproduce:

  • In any GraphEdit node try to zoom for multiple times, it will be limited.
    or
  • In the editor, try to assign a large or small zoom value to a GraphEdit node, it will be limited

Minimal reproduction project:
Create a scene with a GraphEdit node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants