summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_node.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-09-02 11:55:12 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-09-02 12:03:49 -0300
commitb78067930237ade5a8942b41dc4aea08b827cde2 (patch)
tree1d4c668736bfc35332756a5077d65d2db9e9e26d /scene/gui/graph_node.h
parent8216bec7d1adf123e76e5feb8d72ac176e94d537 (diff)
downloadredot-engine-b78067930237ade5a8942b41dc4aea08b827cde2.tar.gz
-Added focus to comment node
-Make comment node not grab focus on main area
Diffstat (limited to 'scene/gui/graph_node.h')
-rw-r--r--scene/gui/graph_node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/graph_node.h b/scene/gui/graph_node.h
index 7357ab5a45..cbfd34f556 100644
--- a/scene/gui/graph_node.h
+++ b/scene/gui/graph_node.h
@@ -93,6 +93,9 @@ private:
Overlay overlay;
Color modulate;
+
+ bool has_point(const Point2& p_point) const;
+
protected: