From 5028d7510d1036cfb027d3dd2158d3d22afb530b Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 3 Sep 2016 14:58:23 -0300 Subject: Connection hints when connecting to empty space. --- scene/gui/graph_edit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/gui/graph_edit.h') diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index ed6e4ef6ac..c5174f6699 100644 --- a/scene/gui/graph_edit.h +++ b/scene/gui/graph_edit.h @@ -92,6 +92,7 @@ private: Vector2 connecting_to; String connecting_target_to; int connecting_target_index; + bool just_disconected; bool dragging; bool just_selected; -- cgit v1.2.3