diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-09-02 11:55:12 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-09-02 12:03:49 -0300 |
commit | b78067930237ade5a8942b41dc4aea08b827cde2 (patch) | |
tree | 1d4c668736bfc35332756a5077d65d2db9e9e26d /scene/gui/graph_node.h | |
parent | 8216bec7d1adf123e76e5feb8d72ac176e94d537 (diff) | |
download | redot-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.h | 3 |
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: |