aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/graph_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-02-08 16:28:12 -0300
committerJuan Linietsky2016-02-08 16:28:12 -0300
commit34c022a0a22bccb88a47be7356eec71543f57c89 (patch)
treed0ccb12afe7f3d2693c5624348962ab46ddd81b4 /scene/gui/graph_node.cpp
parenta84dfbc46b28da89841aaa94a5057bf3de314622 (diff)
downloadgodot-34c022a0a22bccb88a47be7356eec71543f57c89.tar.gz
godot-34c022a0a22bccb88a47be7356eec71543f57c89.tar.zst
godot-34c022a0a22bccb88a47be7356eec71543f57c89.zip
Diffstat (limited to 'scene/gui/graph_node.cpp')
-rw-r--r--scene/gui/graph_node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp
index 762afb158..eef1bf79c 100644
--- a/scene/gui/graph_node.cpp
+++ b/scene/gui/graph_node.cpp
@@ -591,4 +591,5 @@ void GraphNode::_bind_methods() {
GraphNode::GraphNode() {
show_close=false;
connpos_dirty=true;
+ set_stop_mouse(false);
}