You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-removed stop mouse and ignore mouse from control, which were confusing, replaced by mouse filter
This commit is contained in:
@@ -787,7 +787,7 @@ GraphNode::GraphNode() {
|
||||
overlay=OVERLAY_DISABLED;
|
||||
show_close=false;
|
||||
connpos_dirty=true;
|
||||
set_stop_mouse(false);
|
||||
set_mouse_filter(MOUSE_FILTER_PASS);
|
||||
modulate=Color(1,1,1,1);
|
||||
comment=false;
|
||||
resizeable=false;
|
||||
|
||||
Reference in New Issue
Block a user