godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.51k stars 21.26k forks source link

Visual scripts editor cannot be zoomed using CTRL+mouse wheel combo #12076

Closed Chaosus closed 7 years ago

Chaosus commented 7 years ago

Operating system or device, Godot version, GPU Model and driver (if graphics related): all

Issue description: Please make CTRL+mouse wheel combo possible in Visual Scripts editor.. I looked through code myself but didnt find where I can change it and PR..

ghost commented 7 years ago

Actually, this is not yet implemented to GraphEdit node, not related to VisualScript. (VisualScript uses GraphEdit for its interface.)

https://github.com/godotengine/godot/blob/master/scene/gui/graph_edit.cpp

Chaosus commented 7 years ago

Ah, and Im looked to editor folder... :)

ghost commented 7 years ago

Btw, VisualScript stuff is in modules/visual_script folder as it is an editor's module.

vnen commented 7 years ago

Almost the same as #6168

ghost commented 7 years ago

Closing as duplicate of #6168

Edit: you can continue discussing about key combination (ctrl) there.