From b78067930237ade5a8942b41dc4aea08b827cde2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 2 Sep 2016 11:55:12 -0300 Subject: -Added focus to comment node -Make comment node not grab focus on main area --- scene/gui/graph_node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scene/gui/graph_node.h') 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: -- cgit v1.2.3